NAME | DESCRIPTION | FILES | SEE ALSO | COLOPHON

FAILLOG(5)              File Formats and Conversions              FAILLOG(5)

NAME         top

       faillog - login failure logging file

DESCRIPTION         top

       /var/log/faillog maintains a count of login failures and the limits
       for each account.
       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 which 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.
       The structure of the file is:
           struct    faillog {
                short   fail_cnt;
                short   fail_max;
                char    fail_line[12];
                time_t  fail_time;
                long    fail_locktime;
           };

FILES         top

       /var/log/faillog
           Failure logging file.

SEE ALSO         top

       faillog(8)

COLOPHON         top

       This page is part of the shadow-utils (utilities for managing
       accounts and shadow password files) project.  Information about the
       project can be found at ⟨http://pkg-shadow.alioth.debian.org/⟩.  If
       you have a bug report for this manual page, see 
       ⟨http://pkg-shadow.alioth.debian.org/getinvolved.php⟩.  This page was
       obtained from the project's upstream Git repository 
       ⟨git://anonscm.debian.org/git/pkg-shadow/shadow.git⟩ on 2017-07-05.
       If you discover any rendering problems in this HTML version of the
       page, or you believe there is a better or more up-to-date source for
       the page, or you have corrections or improvements to the information
       in this COLOPHON (which is not part of the original manual page),
       send a mail to man-pages@man7.org
shadow-utils 4.4                 07/05/2017                       FAILLOG(5)

Pages that refer to this page: faillog(8)