SV-260561r1015013_rule
V-260561
SRG-OS-000070-GPOS-00038
UBTU-22-611015
CAT II
10
Configure Ubuntu 22.04 LTS to enforce password complexity by requiring that at least one lowercase character be used.
Add or modify the following line in the "/etc/security/pwquality.conf" file:
lcredit = -1
Verify Ubuntu 22.04 LTS enforces password complexity by requiring that at least one lowercase character be used by using the following command:
$ grep -i lcredit /etc/security/pwquality.conf
lcredit = -1
If "lcredit" is greater than "-1", is commented out, or is missing, this is a finding.
V-260561
False
UBTU-22-611015
Verify Ubuntu 22.04 LTS enforces password complexity by requiring that at least one lowercase character be used by using the following command:
$ grep -i lcredit /etc/security/pwquality.conf
lcredit = -1
If "lcredit" is greater than "-1", is commented out, or is missing, this is a finding.
M
5594