1FAILLOCK(8) Linux-PAM Manual FAILLOCK(8)
2
3
4
6 faillock - Tool for displaying and modifying the authentication failure
7 record files
8
10 faillock [--dir /path/to/tally-directory] [--user username] [--reset]
11
13 The pam_faillock.so module maintains a list of failed authentication
14 attempts per user during a specified interval and locks the account in
15 case there were more than deny consecutive failed authentications. It
16 stores the failure records into per-user files in the tally directory.
17
18 The faillock command is an application which can be used to examine and
19 modify the contents of the tally files. It can display the recent
20 failed authentication attempts of the username or clear the tally files
21 of all or individual usernames.
22
24 --dir /path/to/tally-directory
25 The directory where the user files with the failure records are
26 kept. The default is /var/run/faillock.
27
28 --user username
29 The user whose failure records should be displayed or cleared.
30
31 --reset
32 Instead of displaying the user's failure records, clear them.
33
35 /var/run/faillock/*
36 the files logging the authentication failures for users
37
39 pam_faillock(8), pam(8)
40
42 faillock was written by Tomas Mraz.
43
44
45
46Linux-PAM Manual 09/03/2021 FAILLOCK(8)