SV-258827r933542_rule
V-258827
SRG-OS-000120-GPOS-00061
PHTN-40-000059
CAT II
10
Navigate to and open:
/etc/pam.d/system-password
Add or update the following line:
password required pam_unix.so sha512 shadow use_authtok
At the command line, run the following command to verify system-password is configured to encrypt representations of passwords:
# grep sha512 /etc/pam.d/system-password
Example result:
password required pam_unix.so sha512 shadow use_authtok
If the "pam_unix.so" module is not configured with the "sha512" parameter, this is a finding.
V-258827
False
PHTN-40-000059
At the command line, run the following command to verify system-password is configured to encrypt representations of passwords:
# grep sha512 /etc/pam.d/system-password
Example result:
password required pam_unix.so sha512 shadow use_authtok
If the "pam_unix.so" module is not configured with the "sha512" parameter, this is a finding.
M
5569