SV-260560r1015012_rule
V-260560
SRG-OS-000069-GPOS-00037
UBTU-22-611010
CAT II
10
Configure Ubuntu 22.04 LTS 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 22.04 LTS 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-260560
False
UBTU-22-611010
Verify Ubuntu 22.04 LTS 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
5594