SV-275650r1148000_rule
V-275650
SRG-OS-000070-GPOS-00038
RIIM-OS-611015
CAT II
10
Configure Ubuntu OS 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 OS 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-275650
False
RIIM-OS-611015
Verify Ubuntu OS 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
5706