SV-260562r1015014_rule
V-260562
SRG-OS-000071-GPOS-00039
UBTU-22-611020
CAT II
10
Configure Ubuntu 22.04 LTS to enforce password complexity by requiring that at least one numeric character be used.
Add or modify the following line in the "/etc/security/pwquality.conf" file:
dcredit = -1
Verify Ubuntu 22.04 LTS enforces password complexity by requiring that at least one numeric character be used by using the following command:
$ 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-260562
False
UBTU-22-611020
Verify Ubuntu 22.04 LTS enforces password complexity by requiring that at least one numeric character be used by using the following command:
$ 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
5594