SV-219181r610963_rule
V-219181
SRG-OS-000078-GPOS-00046
UBTU-18-010109
CAT II
10
Configure the Ubuntu operating system to enforce a minimum 15-character password length.
Add, or modify the "minlen" parameter value to the "/etc/security/pwquality.conf" file:
minlen=15
Verify if the pwquality configuration file enforces a minimum 15-character password length, by running the following command:
# grep -i minlen /etc/security/pwquality.conf
minlen=15
If "minlen" parameter value is not 15 or higher, or is commented out, this is a finding.
V-219181
False
UBTU-18-010109
Verify if the pwquality configuration file enforces a minimum 15-character password length, by running the following command:
# grep -i minlen /etc/security/pwquality.conf
minlen=15
If "minlen" parameter value is not 15 or higher, or is commented out, this is a finding.
M
4055