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