diff options
author | Sumit Bose <sbose@redhat.com> | 2010-11-08 16:00:57 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-12-03 10:41:28 -0500 |
commit | c8b8901b05da9e31dba320f305ec20301e928cfb (patch) | |
tree | d503cc9d102a727a100dd6e599290e862f64cdb0 /src/man | |
parent | 7470bb938429c7a723f5aad971cc50a805a9ead8 (diff) | |
download | sssd-c8b8901b05da9e31dba320f305ec20301e928cfb.tar.gz sssd-c8b8901b05da9e31dba320f305ec20301e928cfb.tar.bz2 sssd-c8b8901b05da9e31dba320f305ec20301e928cfb.zip |
Add krb5_renewable_lifetime option
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd-krb5.5.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/src/man/sssd-krb5.5.xml b/src/man/sssd-krb5.5.xml index f5c8ad0a..0f0c8a2c 100644 --- a/src/man/sssd-krb5.5.xml +++ b/src/man/sssd-krb5.5.xml @@ -268,6 +268,38 @@ </listitem> </varlistentry> + <varlistentry> + <term>krb5_renewable_lifetime (string)</term> + <listitem> + <para> + Request a renewable ticket with a with a total + 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 renewable lifetime to one + and a half hours please use '90m' instead of + '1h30m'. + </para> + <para> + Default: not set, i.e. the TGT is not renewable + </para> + </listitem> + </varlistentry> + </variablelist> </para> </refsect1> |