on AIX, it would be a simple:
chsec -f /etc/security/login.cfg -s usw -a pwd_algorithm=ssha512
Question: But how can we set the default password algorithm to sha512?
on AIX, it would be a simple:
Question: But how can we set the default password algorithm to sha512? |
|||||
|
Setup Also pay attention to NOTE mentioned in the same file, just above the
So additional modification along with
Here, obscure was handled by login.defs but now obsoluted by PAM |
|||||||||||||||||||||
|
Linux use pam to handle authentication tasks. Setting default password hashing algorithm was done by editing
Change to whatever algorithm you wan to use:
Now, your default password hashing algorithm changed to sha512. You also need to force others user to update their passwords:
|
|||
|