SV-282448r1200324_rule
V-282448
SRG-OS-000070-GPOS-00038
TOSS-05-000339
CAT II
10
Configure TOSS 5 to enforce password complexity by requiring at least one lowercase character be used by setting the "lcredit" option.
Add the following line to "/etc/security/pwquality.conf" (or modify the line to have the required value):
lcredit = -1
Verify TOSS 5 enforces password complexity by requiring at least one lowercase character.
Check the value for "lcredit" using the following command:
$ sudo grep lcredit /etc/security/pwquality.conf /etc/security/pwquality.conf/*.conf
/etc/security/pwquality.conf:lcredit = -1
If the value of "lcredit" is a positive number or is commented out, this is a finding.
V-282448
False
TOSS-05-000339
Verify TOSS 5 enforces password complexity by requiring at least one lowercase character.
Check the value for "lcredit" using the following command:
$ sudo grep lcredit /etc/security/pwquality.conf /etc/security/pwquality.conf/*.conf
/etc/security/pwquality.conf:lcredit = -1
If the value of "lcredit" is a positive number or is commented out, this is a finding.
M
5738