SV-275657r1148272_rule
V-275657
SRG-OS-000073-GPOS-00041
RIIM-OS-611055
CAT I
10
Configure Ubuntu OS to store encrypted representations of passwords.
Add or modify the following line in the "/etc/pam.d/common-password" file:
password [success=1 default=ignore] pam_unix.so obscure sha512 shadow remember=5 rounds=100000
Verify the Ubuntu operating stores only encrypted representations of passwords with the following command:
$ grep pam_unix.so /etc/pam.d/common-password
password [success=1 default=ignore] pam_unix.so obscure sha512 shadow remember=5 rounds=100000
If "sha512" is missing from the "pam_unix.so" line, this is a finding.
V-275657
False
RIIM-OS-611055
Verify the Ubuntu operating stores only encrypted representations of passwords with the following command:
$ grep pam_unix.so /etc/pam.d/common-password
password [success=1 default=ignore] pam_unix.so obscure sha512 shadow remember=5 rounds=100000
If "sha512" is missing from the "pam_unix.so" line, this is a finding.
M
5706