diff options
author | Sumit Bose <sbose@redhat.com> | 2010-05-11 17:51:02 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-05-16 13:28:15 -0400 |
commit | ebb6e30d687a4d6626c735234c85cbb5b06a26aa (patch) | |
tree | 3a925d3c8237c08d0959523858e6ec0ba71ad8a1 /src/man | |
parent | e6ae55d5423434d5dc6c236e8647b33610d30e2e (diff) | |
download | sssd-ebb6e30d687a4d6626c735234c85cbb5b06a26aa.tar.gz sssd-ebb6e30d687a4d6626c735234c85cbb5b06a26aa.tar.bz2 sssd-ebb6e30d687a4d6626c735234c85cbb5b06a26aa.zip |
Add ldap_krb5_ticket_lifetime option
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd-ldap.5.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index c119e7f3..9b1f14b6 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -569,6 +569,19 @@ </varlistentry> <varlistentry> + <term>ldap_krb5_ticket_lifetime (integer)</term> + <listitem> + <para> + Specifies the lifetime in seconds of the TGT if + GSSAPI is used. + </para> + <para> + Default: 86400 (24 hours) + </para> + </listitem> + </varlistentry> + + <varlistentry> <term>krb5_realm (string)</term> <listitem> <para> |