How can I force the passwd command to use MD5 hash and not to use crypt? I need to get the passwd command to talk to the ldap server (which it does) and use MD5 when I change passwords for the users.
|
feedback
|
|
Assuming Linux: set value of ENCRYPT_METHOD in /etc/login.defs to MD5. | |||||||||||||
feedback
|
|
You can also use the authconfig command like so : authconfig --enablemd5 juste search in the man page. | |||
|
feedback
|