Annotated edit history of
faillog(5) version 1 showing authors affecting page license.
View with all changes included.
Rev |
Author |
# |
Line |
1 |
perry |
1 |
FAILLOG |
|
|
2 |
!!!FAILLOG |
|
|
3 |
NAME |
|
|
4 |
DESCRIPTION |
|
|
5 |
FILES |
|
|
6 |
SEE ALSO |
|
|
7 |
AUTHOR |
|
|
8 |
---- |
|
|
9 |
!!NAME |
|
|
10 |
|
|
|
11 |
|
|
|
12 |
faillog - Login failure logging file |
|
|
13 |
!!DESCRIPTION |
|
|
14 |
|
|
|
15 |
|
|
|
16 |
''faillog'' maintains a count of login failures and the |
|
|
17 |
limits for each account. The file is fixed length record, |
|
|
18 |
indexed by numerical UID. Each record contains the count of |
|
|
19 |
login failures since the last successful login; the maximum |
|
|
20 |
number of failures before the account is disabled; the line |
|
|
21 |
the last login failure occured on; and the date the last |
|
|
22 |
login failure occured. |
|
|
23 |
|
|
|
24 |
|
|
|
25 |
The structure of the file is |
|
|
26 |
|
|
|
27 |
|
|
|
28 |
struct faillog { short fail_cnt; short fail_max; char |
|
|
29 |
fail_line[[12]; time_t fail_time; }; |
|
|
30 |
!!FILES |
|
|
31 |
|
|
|
32 |
|
|
|
33 |
/var/log/faillog - login failure log |
|
|
34 |
!!SEE ALSO |
|
|
35 |
|
|
|
36 |
|
|
|
37 |
faillog(8) |
|
|
38 |
!!AUTHOR |
|
|
39 |
|
|
|
40 |
|
|
|
41 |
Julianne Frances Haugh (jfh@austin.ibm.com) |
|
|
42 |
---- |
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.