diff options
author | Sumit Bose <sbose@redhat.com> | 2011-01-12 11:32:42 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-01-17 07:59:55 -0500 |
commit | 29993ce4fbdf08f28077f4b6824c8b6b8d616cb8 (patch) | |
tree | 56371c4fe51ae5a8136a5ed1c7572b3a561c5d31 /src/man | |
parent | a530a96721d8106a6839b6b643b0abc5d7a7b9e0 (diff) | |
download | sssd-29993ce4fbdf08f28077f4b6824c8b6b8d616cb8.tar.gz sssd-29993ce4fbdf08f28077f4b6824c8b6b8d616cb8.tar.xz sssd-29993ce4fbdf08f28077f4b6824c8b6b8d616cb8.zip |
Add ldap_search_enumeration_timeout config option
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 7a7334622..175ec3568 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 |