FAILLOCK(8) | Linux-PAM Manual | FAILLOCK(8) |
faillock - Tool for displaying and modifying the authentication failure record files
faillock [--dir /path/to/tally-directory] [--user username] [--reset]
The pam_faillock.so module maintains a list of failed authentication attempts per user during a specified interval and locks the account in case there were more than deny consecutive failed authentications. It stores the failure records into per-user files in the tally directory.
The faillock command is an application which can be used to examine and modify the contents of the tally files. It can display the recent failed authentication attempts of the username or clear the tally files of all or individual usernames.
--dir /path/to/tally-directory
--user username
--reset
/var/run/faillock/*
faillock was written by Tomas Mraz.
09/03/2021 | Linux-PAM Manual |