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

Re: Question on using MD5 passwords with a client sending cleartext p asswords.



At 01:03 PM 6/26/2001, David Mandala wrote:
>Is there someway to configure OpenLDAP so that we can store passwords in MD5
>format and allow clients to pass in cleartext passwords and have Open LDAP
>first MD5 the inbound password and then do the compare?

Use ldappasswd(1) (or any other client implementing RFC 3062)
and set password-hash in slapd.conf(5) to the desired scheme.
Or use a client which knows how to generate and set the desired
hashed passwords itself.

Kurt