1FAILLOG(5)               File Formats and Conversions               FAILLOG(5)
2
3
4

NAME

6       faillog - login failure logging file
7

DESCRIPTION

9       /var/log/faillog maintains a count of login failures and the limits for
10       each account. The file is fixed length record, indexed by numerical
11       UID. Each record contains the count of login failures since the last
12       successful login; the maximum number of failures before the account is
13       disabled; the line the last login failure occurred on; the date the
14       last login failure occurred; and the time in seconds how long the
15       account will be locked after a failure.
16
17       The structure of the file is:
18
19          struct    faillog {
20               short   fail_cnt;
21               short   fail_max;
22               char    fail_line[12];
23               time_t  fail_time;
24               long    fail_locktime;
25          };
26

FILES

28       /var/log/faillog
29          Failure logging file.
30

SEE ALSO

32       faillog(8)
33
34
35
36File Formats and Conversions      07/30/2006                        FAILLOG(5)
Impressum