From 29993ce4fbdf08f28077f4b6824c8b6b8d616cb8 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Wed, 12 Jan 2011 11:32:42 +0100 Subject: Add ldap_search_enumeration_timeout config option --- src/man/sssd-ldap.5.xml | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) (limited to 'src/man') diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 7a733462..175ec356 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -718,14 +718,32 @@ ldap_search_timeout (integer) - Specifies the timeout (in seconds) that ldap searches + Specifies the timeout (in seconds) that ldap + searches are allowed to run before they are + cancelled and cached results are returned (and + offline mode is entered) + + + Note: this option is subject to change in future + versions of the SSSD. It will likely be replaced at + some point by a series of timeouts for specific + lookup types. + + + Default: 6 + + + + + + ldap_enumeration_search_timeout (integer) + + + Specifies the timeout (in seconds) that ldap + searches for user and group enumerations are allowed to run before they are cancelled and cached results are returned (and offline mode is entered) - - Note: this option is subject to change in future versions - of the SSSD. It will likely be replaced at some point by - a series of timeouts for specific lookup types. Default: 60 -- cgit