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

Re: migrating MD5 shadowed passwords



At 09:11 PM 2/21/00 +0800, Benjamin de los Angeles Jr . wrote:
>How do I migrate 'shadow' passwords in MD5 format to a format which
>OpenLDAP can recognize?

You likely can just take the password field from the shadow
passwd, prefix {crypt} to it, and store it in userPassword.
This works if crypt(3) understands the shadow file format.