SV-99419r1_rule
V-88769
SRG-OS-000480-GPOS-00226
VROM-SL-001500
CAT II
10
Configure SLES for vRealize to enforce a delay of at least "4" seconds between logon prompts following a failed logon attempt with the following command:
# sed -i "/^[^#]*pam_faildelay.so/ c\auth required pam_faildelay.so delay=4000000" /etc/pam.d/common-auth-vmware.local
Verify SLES for vRealize enforces a delay of at least "4" seconds between logon prompts following a failed logon attempt.
Verify the use of the "pam_faildelay" module.
Procedure:
# grep pam_faildelay /etc/pam.d/common-auth*
The typical configuration looks something like this:
#delay is in micro seconds
auth required pam_faildelay.so delay=4000000
If the line is not present, this is a finding.
V-88769
False
VROM-SL-001500
Verify SLES for vRealize enforces a delay of at least "4" seconds between logon prompts following a failed logon attempt.
Verify the use of the "pam_faildelay" module.
Procedure:
# grep pam_faildelay /etc/pam.d/common-auth*
The typical configuration looks something like this:
#delay is in micro seconds
auth required pam_faildelay.so delay=4000000
If the line is not present, this is a finding.
M
3461