SV-279540r1192387_rule
V-279540
SRG-OS-000118-GPOS-00060
NXAC-OS-000017
CAT II
10
Configure Nutanix OS to use complex password.
1. For AOS, enter the following command.
$ sudo salt-call state.sls security/CVM/pamCVM.sls
2. For Prism Central, enter the following command.
$ sudo salt-call state.sls security/PCVM/pamPCVM.sls
3. For Files, enter the following command.
$ sudo salt-call state.sls security/AFS/pamAFS.sls
4. For AHV AOS CVM, enter the following command.
$ ncli cluster edit-hypervisor-security-params enable-high-strength-password=true
Verify Nutanix OS is configured to disable user accounts after the password expires using the following command.
$ sudo grep -i inactive /etc/default/useradd
INACTIVE=0
If the "INACTIVE" value is set to "-1", a value greater than "35", or is commented out, this is a finding.
V-279540
False
NXAC-OS-000017
Verify Nutanix OS is configured to disable user accounts after the password expires using the following command.
$ sudo grep -i inactive /etc/default/useradd
INACTIVE=0
If the "INACTIVE" value is set to "-1", a value greater than "35", or is commented out, this is a finding.
M
5730