diff options
author | Carlos Santos <casantos@redhat.com> | 2019-09-11 11:50:28 -0300 |
---|---|---|
committer | Tomáš Mráz <t8m@users.noreply.github.com> | 2019-09-12 13:48:30 +0200 |
commit | 3a3e70739834cd5cbd17469907ef718c81ae40c0 (patch) | |
tree | eea15fc1ada886a514af5344784ac59af4b46419 /modules/pam_lastlog | |
parent | 9349333a9ae958205294cd25e97fd6b4805bd82b (diff) | |
download | pam-3a3e70739834cd5cbd17469907ef718c81ae40c0.tar.gz pam-3a3e70739834cd5cbd17469907ef718c81ae40c0.tar.bz2 pam-3a3e70739834cd5cbd17469907ef718c81ae40c0.zip |
pam_lastlog: document the 'unlimited' option
Signed-off-by: Carlos Santos <casantos@redhat.com>
Diffstat (limited to 'modules/pam_lastlog')
-rw-r--r-- | modules/pam_lastlog/pam_lastlog.8.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/modules/pam_lastlog/pam_lastlog.8.xml b/modules/pam_lastlog/pam_lastlog.8.xml index bc2e1bee..f10e94a0 100644 --- a/modules/pam_lastlog/pam_lastlog.8.xml +++ b/modules/pam_lastlog/pam_lastlog.8.xml @@ -48,6 +48,9 @@ <arg choice="opt"> inactive=<days> </arg> + <arg choice="opt"> + unlimited + </arg> </cmdsynopsis> </refsynopsisdiv> @@ -196,6 +199,18 @@ </para> </listitem> </varlistentry> + <varlistentry> + <term> + <option>unlimited</option> + </term> + <listitem> + <para> + If the <emphasis>fsize</emphasis> limit is set, this option can be + used to override it, preventing failures on systems with large UID + values that lead lastlog to become a huge sparse file. + </para> + </listitem> + </varlistentry> </variablelist> </refsect1> @@ -301,6 +316,9 @@ <title>SEE ALSO</title> <para> <citerefentry> + <refentrytitle>limits.conf</refentrytitle><manvolnum>5</manvolnum> + </citerefentry>, + <citerefentry> <refentrytitle>pam.conf</refentrytitle><manvolnum>5</manvolnum> </citerefentry>, <citerefentry> |