diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2015-03-24 14:22:02 +0100 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2015-03-24 14:22:02 +0100 |
commit | d8a664cac10bf857cc0ab4d38be028ba39e5fcbc (patch) | |
tree | 4304f0e27fa10dac5c3d68cdcb276453e6a769b9 /modules/pam_timestamp/pam_timestamp.8.xml | |
parent | 0698382cf55ad79d0d591fad9609c68eabfac2a2 (diff) | |
download | pam-d8a664cac10bf857cc0ab4d38be028ba39e5fcbc.tar.gz pam-d8a664cac10bf857cc0ab4d38be028ba39e5fcbc.tar.bz2 pam-d8a664cac10bf857cc0ab4d38be028ba39e5fcbc.zip |
Document timestampdir option (Ticket#33)
* modules/pam_timestamp/pam_timestamp.8.xml: Add timestampdir option.
Diffstat (limited to 'modules/pam_timestamp/pam_timestamp.8.xml')
-rw-r--r-- | modules/pam_timestamp/pam_timestamp.8.xml | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/modules/pam_timestamp/pam_timestamp.8.xml b/modules/pam_timestamp/pam_timestamp.8.xml index 07a5cf1d..e19a0bcf 100644 --- a/modules/pam_timestamp/pam_timestamp.8.xml +++ b/modules/pam_timestamp/pam_timestamp.8.xml @@ -19,6 +19,9 @@ <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> <arg choice="opt"> @@ -55,11 +58,23 @@ file as grounds for succeeding. <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> |