]> granicus.if.org Git - linux-pam/commitdiff
Document timestampdir option (Ticket#33)
authorThorsten Kukuk <kukuk@thkukuk.de>
Tue, 24 Mar 2015 13:22:02 +0000 (14:22 +0100)
committerThorsten Kukuk <kukuk@thkukuk.de>
Tue, 24 Mar 2015 13:22:02 +0000 (14:22 +0100)
* modules/pam_timestamp/pam_timestamp.8.xml: Add timestampdir option.

modules/pam_timestamp/pam_timestamp.8.xml

index 07a5cf1d420cb5e3d59a097b3e6d27ae3ca54053..e19a0bcfabfa694c291bd48684032e0cee4478d7 100644 (file)
@@ -18,6 +18,9 @@
   <refsynopsisdiv>
     <cmdsynopsis id="pam_timestamp-cmdsynopsis">
       <command>pam_timestamp.so</command>
+      <arg choice="opt">
+        timestampdir=<replaceable>directory</replaceable>
+      </arg>
       <arg choice="opt">
         timestamp_timeout=<replaceable>number</replaceable>
       </arg>
@@ -53,13 +56,25 @@ file as grounds for succeeding.
 
     <title>OPTIONS</title>
     <variablelist>
+      <varlistentry>
+         <term>
+            <option>timestampdir=<replaceable>directory</replaceable></option>
+         </term>
+         <listitem>
+            <para>
+               Specify an alternate directory where
+              <emphasis>pam_timestamp</emphasis> creates timestamp files.
+            </para>
+         </listitem>
+      </varlistentry>
       <varlistentry>
          <term>
             <option>timestamp_timeout=<replaceable>number</replaceable></option>
          </term>
          <listitem>
             <para>
-               How long should pam_timestamp treat timestamp as valid after their
+               How long should <emphasis>pam_timestamp</emphasis>
+              treat timestamp as valid after their
                last modification date (in seconds). Default is 300 seconds.
             </para>
          </listitem>
@@ -152,7 +167,7 @@ session optional pam_timestamp.so
     <title>FILES</title>
     <variablelist>
       <varlistentry>
-        <term><filename>/var/run/sudo/...</filename></term>
+        <term><filename>/var/run/pam_timestamp/...</filename></term>
         <listitem>
           <para>timestamp files and directories</para>
         </listitem>