diff options
Diffstat (limited to 'src/man/sssd-krb5.5.xml')
-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> |