[svn-upgrade] Integrating new upstream version, shadow (4.0.17)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<refentry id='faillog.5'>
|
||||
<!-- $Id: faillog.5.xml,v 1.16 2006/05/20 12:11:38 kloczek Exp $ -->
|
||||
<!-- $Id: faillog.5.xml,v 1.17 2006/06/19 08:31:03 kloczek Exp $ -->
|
||||
<refmeta>
|
||||
<refentrytitle>faillog</refentrytitle>
|
||||
<manvolnum>5</manvolnum>
|
||||
@@ -17,7 +17,9 @@
|
||||
record, 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 the last login
|
||||
failure occurred on; and the date the last login failure occurred.
|
||||
failure occurred on; the date the last login failure occurred;
|
||||
and the time in seconds how long the account will be locked after
|
||||
a failure.
|
||||
</para>
|
||||
|
||||
<para>The structure of the file is:</para>
|
||||
@@ -27,6 +29,7 @@ struct faillog {
|
||||
short fail_max;
|
||||
char fail_line[12];
|
||||
time_t fail_time;
|
||||
long fail_locktime;
|
||||
};</programlisting>
|
||||
</refsect1>
|
||||
|
||||
|
Reference in New Issue
Block a user