'\" t .\" Title: faillog .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.75.1 .\" Date: 07/24/2009 .\" Manual: File Formats and Conversions .\" Source: File Formats and Conversions .\" Language: Polish .\" .TH "FAILLOG" "5" "07/24/2009" "File Formats and Conversions" "File Formats and Conversions" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAZWA" faillog \- login failure logging file .SH "OPIS" .PP /var/log/faillog maintains a count of login failures and the limits for each account\&. .PP 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\&. .PP Struktura tego pliku to: .sp .if n \{\ .RS 4 .\} .nf struct faillog { short fail_cnt; short fail_max; char fail_line[12]; time_t fail_time; long fail_locktime; }; .fi .if n \{\ .RE .\} .SH "PLIKI" .PP /var/log/faillog .RS 4 Failure logging file\&. .RE .SH "ZOBACZ TAKŻE" .PP \fBfaillog\fR(8)