Issue #274 has been updated by Clément Oudot.

Status changed from Assigned to Rejected
% Done changed from 50 to 100

After a lot of tests, it seems it is not possible to do this with PHP LDAP.

Indeed, to change the password as user in AD, we should send an LDAP modify 
request with a delete of current password value, and an add of the new value.

With PHP LDAP, we cannot do this in a single modify operation, so it does not 
work.

I will reject this feature, as long as we use the PHP LDAP library. We can 
imagine run the ldapmodify binary from PHP to get this working, but this will 
be for later releases.
----------------------------------------
Bug #274: Cannot change password on Active Directory as user
http://tools.lsc-project.org/issues/274

Author: Clément Oudot
Status: Rejected
Priority: Normal
Assigned to: Clément Oudot
Category: Self Service Password
Target version: self-service-password-0.5


Password can be change only by a Manager account. Indeed, as described here, if 
we want to modify password as user, we should delete actual password value and 
add the new one:
http://support.microsoft.com/?scid=kb%3Ben-us%3B269190&x=12&y=7


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://tools.lsc-project.org/my/account
_______________________________________________
ltb-dev mailing list
[email protected]
http://lists.ltb-project.org/listinfo/ltb-dev

Reply via email to