Can anyone tell me how one can change the password of a given user using the c api for ldap
i wishto know which attributes need to be modified
thanxs in advance
Printable View
Can anyone tell me how one can change the password of a given user using the c api for ldap
i wishto know which attributes need to be modified
thanxs in advance
I have not really experiences C API for LDAP but maybe LDAP syncronization might hold the key.
For AD, looked at an attribute called UnicodePWD ......for other directories, userPassword usually works....but you are always safer checking the schema first.