diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2011-12-08 16:14:52 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-12-12 07:46:09 -0500 |
commit | 440d7fb430f83b3547f98f79c67a232ab2220296 (patch) | |
tree | feff673f8b84c41776cae7800b3f2f7dbabf4d5b /src/man | |
parent | 57170bd05e64559a604c1907c59728e8d9e83cd4 (diff) | |
download | sssd-440d7fb430f83b3547f98f79c67a232ab2220296.tar.gz sssd-440d7fb430f83b3547f98f79c67a232ab2220296.tar.xz sssd-440d7fb430f83b3547f98f79c67a232ab2220296.zip |
Add sdap_connection_expire_timeout option
https://fedorahosted.org/sssd/ticket/1036
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd-ldap.5.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 75bc764ec..2f441df3a 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -965,6 +965,23 @@ </varlistentry> <varlistentry> + <term>ldap_connection_expire_timeout (integer)</term> + <listitem> + <para> + Specifies a timeout (in seconds) that a connection + to an LDAP server will be maintained. After this + time, the connection will be re-established. If + used in parallel with SASL/GSSAPI, the sooner of + the two values (this value vs. the TGT lifetime) + will be used. + </para> + <para> + Default: 900 (15 minutes) + </para> + </listitem> + </varlistentry> + + <varlistentry> <term>ldap_page_size (integer)</term> <listitem> <para> |