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.