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

Re: linux md5 password --> openldap?



Quoting "Graeme Joyce" <openldap-list@jade.co.nz>:

> I believe this is some form of MD5 password. I'd like to be able to copy
> this into OpenLdap so the user can bind to ldap with their linux password.
> Have tried various things like {md5}E80qNnpDUEZDCNU5wP9j41 but no luck so
> I'm obviously missing the point.

Tried {crypt}E80qNnpDUEZDCNU5wP9j41 ? it is most likley a standard UNIX crypt
password... Double check with the command

        grep ^MD4_ /etc/login.defs

If you get a line there, you might be using md5, othervise it's crypt.

        man crypt