Re: How to change the password of a LDAP entry as LDAP administrator

2009-01-15 Thread Michael Ströder
Guruprasad wrote: > Guruprasad wrote: >> Hi all, >> I am new to this Python-LDAP API and am currently learning and working >> on it. I, the LDAP admin, want to set the password of a LDAP user >> after binding as the admin user. I came across passwd_s() method which >> can be used to change the user

Re: How to change the password of a LDAP entry as LDAP administrator

2009-01-15 Thread Guruprasad
Guruprasad wrote: Hi all, I am new to this Python-LDAP API and am currently learning and working on it. I, the LDAP admin, want to set the password of a LDAP user after binding as the admin user. I came across passwd_s() method which can be used to change the user password, but requires the ol