Initial commit for Tizen
[profile/extras/shadow-utils.git] / man / it / faillog.5
1 '\" t
2 .\"     Title: faillog
3 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5 .\"      Date: 16/02/2011
6 .\"    Manual:  File Formats and Conversions
7 .\"    Source:  File Formats and Conversions
8 .\"  Language: Italian
9 .\"
10 .TH "FAILLOG" "5" "16/02/2011" "File Formats and Conversions" "File Formats and Conversions"
11 .\" -----------------------------------------------------------------
12 .\" * Define some portability stuff
13 .\" -----------------------------------------------------------------
14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15 .\" http://bugs.debian.org/507673
16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18 .ie \n(.g .ds Aq \(aq
19 .el       .ds Aq '
20 .\" -----------------------------------------------------------------
21 .\" * set default formatting
22 .\" -----------------------------------------------------------------
23 .\" disable hyphenation
24 .nh
25 .\" disable justification (adjust text to left margin only)
26 .ad l
27 .\" -----------------------------------------------------------------
28 .\" * MAIN CONTENT STARTS HERE *
29 .\" -----------------------------------------------------------------
30 .SH "NOME"
31 faillog \- File di log degli accessi falliti
32 .SH "DESCRIZIONE"
33 .PP
34
35 /var/log/faillog
36 maintains a count of login failures and the limits for each account\&.
37 .PP
38 The file contains fixed length records, indexed by numerical UID\&. Each record contains the count of login failures since the last successful login; the maximum number of failures before the account is disabled; the line on whiche the last login failure occurred; the date of the last login failure; and the duration (in seconds) during which the account will be locked after a failure\&.
39 .PP
40 La struttura del file \(`e la seguente:
41 .sp
42 .if n \{\
43 .RS 4
44 .\}
45 .nf
46 struct  faillog {
47         short   fail_cnt;
48         short   fail_max;
49         char    fail_line[12];
50         time_t  fail_time;
51         long    fail_locktime;
52 };
53 .fi
54 .if n \{\
55 .RE
56 .\}
57 .SH "FILE"
58 .PP
59 /var/log/faillog
60 .RS 4
61 Failure logging file\&.
62 .RE
63 .SH "VEDERE ANCHE"
64 .PP
65
66 \fBfaillog\fR(8)