|
From: <mi...@st...> - 2002-04-03 07:48:48
|
de...@il... wrote: > Can someone give example code of setting a userPassword attribute to an > encrypted password with python-ldap? Concerning userPassword attribute it's handy to read and understand the OpenLDAP FAQ-O-MATIC: http://www.openldap.org/faq/data/cache/419.html Once I've started to implement a module for doing the whole thing on various password attributes with different syntaxes but that's probably overkill for you. Check the following files in tar.gz of http://www.web2ldap.de: pylib/ldaputil/passwd.py pylib/w2lapp/passwd.py Ciao, Michael. |