SV-230370r627750_rule
V-230370
SRG-OS-000078-GPOS-00046
RHEL-08-020231
CAT II
10
Configure operating system to enforce a minimum 15-character password length for new user accounts.
Add, or modify the following line in the "/etc/login.defs" file:
PASS_MIN_LEN 15
Verify that RHEL 8 enforces a minimum 15-character password length for new user accounts by running the following command:
$ sudo grep -i pass_min_len /etc/login.defs
PASS_MIN_LEN 15
If the "PASS_MIN_LEN" parameter value is less than "15", or commented out, this is a finding.
V-230370
False
RHEL-08-020231
Verify that RHEL 8 enforces a minimum 15-character password length for new user accounts by running the following command:
$ sudo grep -i pass_min_len /etc/login.defs
PASS_MIN_LEN 15
If the "PASS_MIN_LEN" parameter value is less than "15", or commented out, this is a finding.
M
2921