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

new password features



I just committed a number of improvements to slapd password
handling.   Both user and root password checks share a common
verifier.  The verifier supports MD5, SHA1, crypt(3) [if available],
and clear-text [if enabled] passwords.   Both crypt(3) and
clear-text password support can be disabled via configuration
options.  Both default to on.

Enjoy!  Kurt