summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2010-11-08 18:25:56 +0100
committerStephen Gallagher <sgallagh@redhat.com>2010-12-03 10:41:28 -0500
commitc7d73cf51642c7f89c1f21e54b8ce1b262bef899 (patch)
treee4a15ef53107389a5e2f1e8db854369a9edb88dd /src/man
parentc8b8901b05da9e31dba320f305ec20301e928cfb (diff)
downloadsssd-c7d73cf51642c7f89c1f21e54b8ce1b262bef899.tar.gz
sssd-c7d73cf51642c7f89c1f21e54b8ce1b262bef899.tar.xz
sssd-c7d73cf51642c7f89c1f21e54b8ce1b262bef899.zip
Add krb5_lifetime option
Diffstat (limited to 'src/man')
-rw-r--r--src/man/sssd-krb5.5.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/man/sssd-krb5.5.xml b/src/man/sssd-krb5.5.xml
index 0f0c8a2c1..ff5d0a6ac 100644
--- a/src/man/sssd-krb5.5.xml
+++ b/src/man/sssd-krb5.5.xml
@@ -300,6 +300,38 @@
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>krb5_lifetime (string)</term>
+ <listitem>
+ <para>
+ Request ticket with a with a lifetime given by an
+ integer immediately followed by one of the following
+ delimiters:
+ </para>
+ <para>
+ <emphasis>s</emphasis> seconds
+ </para>
+ <para>
+ <emphasis>m</emphasis> minutes
+ </para>
+ <para>
+ <emphasis>h</emphasis> hours
+ </para>
+ <para>
+ <emphasis>d</emphasis> days.
+ </para>
+ <para>
+ Please note that it is not possible to mix units.
+ If you want to set the lifetime to one and a half
+ hours please use '90m' instead of '1h30m'.
+ </para>
+ <para>
+ Default: not set, i.e. the default ticket lifetime
+ configured on the KDC.
+ </para>
+ </listitem>
+ </varlistentry>
+
</variablelist>
</para>
</refsect1>