Linux Reset Account for Too Many Authentication Errors
-
First, look up to see how many authentication errors that there have been:
# pam_tally2 -u username
Then you can reset it like this:
# pam_tally2 -r -u username
-
@scottalanmiller said in Linux Reset Account for Too Many Authentication Errors:
First, look up to see how many authentication errors that there have been:
# pam_tally2 -u username
Then you can rest it like this:
# pam_tally2 -r -u username
You mean reset it?
-
Fixed
-
Wow this must be an old server. pam_tally was replaced with faillock in RHEL 6.