LDAP to change user password
Posted
by
neobie
on Stack Overflow
See other posts from Stack Overflow
or by neobie
Published on 2011-01-27T02:45:50Z
Indexed on
2011/01/31
7:26 UTC
Read the original article
Hit count: 268
ldap
|change-password
As I know, in PHP, we need to connect LDAP over SSL in order to change user password.
Is there another way, E.G, other language (JAVA / ASP) to change LDAP password without SSL required?
Thanks.
Updates: I get "Warning: ldap_mod_replace() [function.ldap-mod-replace]: Modify: Insufficient access" when I try to modify self account password. If i try to change other user password, I get no error message, but the password still stick to the old one.
© Stack Overflow or respective owner