Changing password as administrator
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
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 >>