SV-275649r1147997_rule
V-275649
SRG-OS-000069-GPOS-00037
RIIM-OS-611010
CAT II
10
Configure Ubuntu OS and NetIMAdmin account to enforce password complexity by requiring that at least one uppercase character be used.
Add or modify the following line in the "/etc/security/pwquality.conf" file:
ucredit = -1
Verify Ubuntu OS enforces password complexity by requiring at least one uppercase character be used by using the following command:
$ grep -i ucredit /etc/security/pwquality.conf
ucredit = -1
If "ucredit" is greater than "-1", is commented out, or is missing, this is a finding.
V-275649
False
RIIM-OS-611010
Verify Ubuntu OS enforces password complexity by requiring at least one uppercase character be used by using the following command:
$ grep -i ucredit /etc/security/pwquality.conf
ucredit = -1
If "ucredit" is greater than "-1", is commented out, or is missing, this is a finding.
M
5706