Changing password as administrator

2009-10-06 Thread Avinash Sultanpur
Hi, What is the equivalent of running the below command in python-ldap? ldappasswd -x -D -w -s secret_password \ uid=user000,ou=People,dc=example,dc=com Thus far I had been manipulating the userPassword attribute with the encrypted password. Now I would like to send the plain pas

Re: Changing password as administrator

2009-10-06 Thread Avinash Sultanpur
Michael Ströder wrote: > Avinash Sultanpur wrote: > >> What is the equivalent of running the below command in python-ldap? >> >> ldappasswd -x -D -w -s secret_password \ >> uid=user000,ou=People,dc=example,dc=com >>