SV-258869r1210420_rule
V-258869
SRG-OS-000480-GPOS-00226
PHTN-40-000206
CAT II
10
Navigate to and open:
/etc/pam.d/system-auth
Add or update the following line:
auth optional pam_faildelay.so delay=4000000
Note: On vCenter appliances, the equivalent file must be edited under "/etc/applmgmt/appliance", if one exists, for the changes to persist after a reboot.
At the command line, run the following command to verify the pam_faildelay.so module is used:
# grep '^auth' /etc/pam.d/system-auth
Example result:
auth required pam_faillock.so preauth
auth sufficient pam_unix.so
auth required pam_faillock.so authfail
auth optional pam_faildelay.so delay=4000000
auth required pam_deny.so
If the pam_faildelay.so module is not present with the delay set to at least four seconds, this is a finding.
Note: The delay is configured in microseconds.
V-258869
False
PHTN-40-000206
At the command line, run the following command to verify the pam_faildelay.so module is used:
# grep '^auth' /etc/pam.d/system-auth
Example result:
auth required pam_faillock.so preauth
auth sufficient pam_unix.so
auth required pam_faillock.so authfail
auth optional pam_faildelay.so delay=4000000
auth required pam_deny.so
If the pam_faildelay.so module is not present with the delay set to at least four seconds, this is a finding.
Note: The delay is configured in microseconds.
M
5569