summaryrefslogtreecommitdiffstats
path: root/src/man/sssd-ldap.5.xml
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2011-01-12 11:32:42 +0100
committerStephen Gallagher <sgallagh@redhat.com>2011-01-17 07:59:55 -0500
commit29993ce4fbdf08f28077f4b6824c8b6b8d616cb8 (patch)
tree56371c4fe51ae5a8136a5ed1c7572b3a561c5d31 /src/man/sssd-ldap.5.xml
parenta530a96721d8106a6839b6b643b0abc5d7a7b9e0 (diff)
downloadsssd_unused-29993ce4fbdf08f28077f4b6824c8b6b8d616cb8.tar.gz
sssd_unused-29993ce4fbdf08f28077f4b6824c8b6b8d616cb8.tar.xz
sssd_unused-29993ce4fbdf08f28077f4b6824c8b6b8d616cb8.zip
Add ldap_search_enumeration_timeout config option
Diffstat (limited to 'src/man/sssd-ldap.5.xml')
-rw-r--r--src/man/sssd-ldap.5.xml28
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