As I know, in PHP, we need to connect LDAP over SSL in order to change the user password.
Is there another way, E.G, other languages (JAVA / ASP) to change the LDAP password without SSL required?
Updates:
I get Warning: ldap_mod_replace() [function.ldap-mod-replace]: Modify: Insufficient access"
when I try to modify my account password.
If I try to change other user passwords, I get no error message, but the password still sticks to the old one.