SV-279613r1192499_rule
V-279613
SRG-OS-000120-GPOS-00061
NXAC-OS-000170
CAT II
10
1. For AOS, disable inactive user accounts after the password expires using the following command.
$ sudo salt-call state.sls security/CVM/pamCVM
2. For Prism Central, disable inactive user accounts after the password expires using the following command.
$ sudo salt-call state.sls security/PCVM/pamPCVM
3. For Files, disable inactive user accounts after the password expires using the following command.
$ sudo salt-call state.sls security/AFS/pamAFS
4. Configure AHV to disable inactive user accounts after the password expires using the following command.
$ sudo salt-call state.sls security/KVM/pamKVM
Verify pam_uni.so module is configured to use SHA-512 using the following command.
$ sudo grep password /etc/pam.d/password-auth | grep pam_unix
password sufficient pam_unix.so sha512 shadow try_first_pass use_authtok
If "sha512" is missing or commented out, this is a finding.
V-279613
False
NXAC-OS-000170
Verify pam_uni.so module is configured to use SHA-512 using the following command.
$ sudo grep password /etc/pam.d/password-auth | grep pam_unix
password sufficient pam_unix.so sha512 shadow try_first_pass use_authtok
If "sha512" is missing or commented out, this is a finding.
M
5730