]> granicus.if.org Git - linux-pam/commitdiff
pam_lastlog: document the 'unlimited' option
authorCarlos Santos <casantos@redhat.com>
Wed, 11 Sep 2019 14:50:28 +0000 (11:50 -0300)
committerTomáš Mráz <t8m@users.noreply.github.com>
Thu, 12 Sep 2019 11:48:30 +0000 (13:48 +0200)
Signed-off-by: Carlos Santos <casantos@redhat.com>
modules/pam_lastlog/pam_lastlog.8.xml

index bc2e1bee166e6f2c6f5c43e7444639ba0a10c45e..f10e94a09633c60a8bb3bfa9e089f57b07f1b31c 100644 (file)
@@ -48,6 +48,9 @@
       <arg choice="opt">
         inactive=&lt;days&gt;
       </arg>
+      <arg choice="opt">
+        unlimited
+      </arg>
     </cmdsynopsis>
   </refsynopsisdiv>
 
           </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>
 
   <refsect1 id='pam_lastlog-see_also'>
     <title>SEE ALSO</title>
     <para>
+      <citerefentry>
+       <refentrytitle>limits.conf</refentrytitle><manvolnum>5</manvolnum>
+      </citerefentry>,
       <citerefentry>
        <refentrytitle>pam.conf</refentrytitle><manvolnum>5</manvolnum>
       </citerefentry>,