25 Mar
2008
25 Mar
'08
8:53 a.m.
David Hláčik wrote:
as i mentioned i have plain text stored passwords (atrib UserPassword) in ldap, and i want to change it to crypt, or mda5.
Don't.
Mschap need NT-Password , which is the best way to solve it?
Store passwords in clear-text. Anything else is a bad idea.
I do not want to store NT-Password value in LDAP, or there is no other choice? What about that ntlm_auth - it will create from crypt nt and send it to mschap?
No. Alan DeKok.