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