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.
Asked
Active
Viewed 3,874 times
3 Answers
2
Assuming Linux: set value of ENCRYPT_METHOD in /etc/login.defs to MD5.
Paweł Brodacki
- 6,591
- 1
- 22
- 23