Hi all..
I am facing problem in password changing of user.
The user has to pass the old password and new paswd.
Since I have enabled the pwdSafeModify in LDAP, my LDAP wil not allow to change without the old password.
But php ldap_mod_replace and modify functions specify only new passwords.
So anybody please tell me how can I pass both old and new passwords to LDAP..
Thanks in advance
ldap password modification with php