SV-275654r1148012_rule
V-275654
SRG-OS-000078-GPOS-00046
RIIM-OS-611035
CAT II
10
Configure Ubuntu OS to enforce a minimum 15-character password length.
Add or modify the following line in the "/etc/security/pwquality.conf" file:
minlen = 15
Verify with the following command that the pwquality configuration file enforces a minimum 15-character password length:
$ grep -i minlen /etc/security/pwquality.conf
minlen = 15
If "minlen" is not "15" or higher, is commented out, or is missing, this is a finding.
V-275654
False
RIIM-OS-611035
Verify with the following command that the pwquality configuration file enforces a minimum 15-character password length:
$ grep -i minlen /etc/security/pwquality.conf
minlen = 15
If "minlen" is not "15" or higher, is commented out, or is missing, this is a finding.
M
5706