summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-05-18 10:17:44 -0400
committerStephen Gallagher <sgallagh@redhat.com>2010-05-18 13:08:37 -0400
commitdb534f6eb40f083860756afe3b2d0589f271dec0 (patch)
treed7b1b63933164bf83d1d3b0b414fa26239296d9b /src/man
parent6663abdda9ce55aace1b19c4170b1153d39136e0 (diff)
downloadsssd-db534f6eb40f083860756afe3b2d0589f271dec0.tar.gz
sssd-db534f6eb40f083860756afe3b2d0589f271dec0.tar.xz
sssd-db534f6eb40f083860756afe3b2d0589f271dec0.zip
Set ldap_search_timeout default to 5 seconds
The manpages had five seconds listed, but the source disagreed (it was set to 60 seconds). This resulted in long wait times when unlocking the screen after network disconnection, for example. If enumerate=True, we will set this value to a minimum of 30s
Diffstat (limited to 'src/man')
-rw-r--r--src/man/sssd-ldap.5.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml
index 89437d97f..49d902945 100644
--- a/src/man/sssd-ldap.5.xml
+++ b/src/man/sssd-ldap.5.xml
@@ -386,6 +386,31 @@
</varlistentry>
<varlistentry>
+ <term>ldap_search_timeout (integer)</term>
+ <listitem>
+ <para>
+ 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>
+ Default: 5 (When enumerate = False)
+ </para>
+ <para>
+ Default: 30 (When enumerate = True - this option
+ will be forced to a minumum of 30s in this case)
+ </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>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>ldap_network_timeout (integer)</term>
<listitem>
<para>