[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Why I can't move md5 password from ldap to shadow (fwd)
netadmin wrote:
>
> > >
> > > I have some password with md5 :
> > > userpassword={md5}12345678901234567890==
> > > but they don't work...
> >
> > Maybe the passwords are salted-MD5? Try using {smd5}.
>
> password with {dm5} work but anly in ldap...
> they don't work in second computer without ldap (in shadow).
Sorry, I did not read your question carefully enough. I thought you
want to migrate from /etc/shadow to LDAP.
But the hint with {smd5} applys to your question too for further
investigation. Try to create a salted MD5-password in your LDAP
repository.
userPassword: {smd5}....
and then look if this works in your /etc/shadow.
Ciao, Michael.