root account is locked after a defined number of failed password
attempts, run the following command:
- $ grep even_deny_root /etc/pam.d/common-auth
+ $ grep even_deny_root /etc/pam.d/login
The output should show even_deny_root.
fixtext: |-
To configure the system to lock out the root account after a number of incorrect login
- attempts using pam_tally2.so, modify the content of both /etc/pam.d/common-auth and
+ attempts using pam_tally2.so, modify the content of both /etc/pam.d/login and
/etc/pam.d/common-account as follows: