SV-275651r1148003_rule
V-275651
SRG-OS-000071-GPOS-00039
RIIM-OS-611020
CAT II
10
Configure Ubuntu OS to enforce password complexity by requiring at least one numeric character be used.
Add or modify the following line in the "/etc/security/pwquality.conf" file:
dcredit = -1
Verify with the following command that Ubuntu OS enforces password complexity by requiring at least one numeric character be used:
$ grep -i dcredit /etc/security/pwquality.conf
dcredit = -1
If "dcredit" is greater than "-1", is commented out, or is missing, this is a finding.
V-275651
False
RIIM-OS-611020
Verify with the following command that Ubuntu OS enforces password complexity by requiring at least one numeric character be used:
$ grep -i dcredit /etc/security/pwquality.conf
dcredit = -1
If "dcredit" is greater than "-1", is commented out, or is missing, this is a finding.
M
5706