From 440d7fb430f83b3547f98f79c67a232ab2220296 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 8 Dec 2011 16:14:52 -0500 Subject: Add sdap_connection_expire_timeout option https://fedorahosted.org/sssd/ticket/1036 --- src/man/sssd-ldap.5.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'src/man/sssd-ldap.5.xml') diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 75bc764e..2f441df3 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -964,6 +964,23 @@ + + ldap_connection_expire_timeout (integer) + + + 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. + + + Default: 900 (15 minutes) + + + + ldap_page_size (integer) -- cgit