[svn-upgrade] Integrating new upstream version, shadow (4.0.17)

This commit is contained in:
nekral-guest
2007-10-07 11:47:45 +00:00
parent 0fa9083026
commit 8a78a8d68c
217 changed files with 10771 additions and 4096 deletions

View File

@@ -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>