diff options
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd-ldap.5.xml | 28 |
1 files changed, 23 insertions, 5 deletions
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 @@ <term>ldap_search_timeout (integer)</term> <listitem> <para> - 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) + </para> + <para> + 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. + </para> + <para> + Default: 6 + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term>ldap_enumeration_search_timeout (integer)</term> + <listitem> + <para> + 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. </para> <para> Default: 60 |