SV-270732r1066685_rule
V-270732
SRG-OS-000078-GPOS-00046
UBTU-24-400320
CAT II
10
Configure Ubuntu 24.04 LTS 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 the pwquality configuration file enforces a minimum 15-character password length with the following command:
$ grep -i minlen /etc/security/pwquality.conf
minlen=15
If "minlen" parameter value is not "15" or higher, is commented out, or is missing, this is a finding.
V-270732
False
UBTU-24-400320
Verify the pwquality configuration file enforces a minimum 15-character password length with the following command:
$ grep -i minlen /etc/security/pwquality.conf
minlen=15
If "minlen" parameter value is not "15" or higher, is commented out, or is missing, this is a finding.
M
5673