[Date Prev][Date Next] [Chronological] [Thread] [Top]

ability to have openLDAP store password in secure format automatically (ITS#326)



Full_Name: Heath S. Hendrickson
Version: 0.9.4
OS: Redhat 5.2 Linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (129.83.19.1)


Software Enhancement request:

It would be great if openLDAP had the ability to store userpassword in a secure
format automatically.  Make it something that is configurable via the
slapd.conf
file.  Something like Netscape's password storage scheme setting.  Then any
password that is committed to the directory is automagically converted to the 
secure format for storage.  Then users could use the standard ldapmodify to
change their passwords without having to know the syntax of another program
(ldappasswd).  It would seem like a fairly easy task to integrate the code
from ldappasswd into the backend database code.

Heath