summaryrefslogtreecommitdiff
path: root/docs/smbdotconf/ldap
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2004-10-19 13:32:45 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:46:04 -0500
commit03b002e39358069f9da01aadeec5d4b692475b72 (patch)
tree8665e60b41713bba94416c9f5f16fddf04cabf3e /docs/smbdotconf/ldap
parent6dbac05bb4c79d6c782701ab112ea0ccb0b8e4a5 (diff)
downloadsamba-03b002e39358069f9da01aadeec5d4b692475b72.tar.gz
samba-03b002e39358069f9da01aadeec5d4b692475b72.tar.bz2
samba-03b002e39358069f9da01aadeec5d4b692475b72.zip
Corrected default settings for "ldap timeout".
Guenther (This used to be commit 2fe5b21d68aaa34bb55f8e1ca5ab8dd21851d73b)
Diffstat (limited to 'docs/smbdotconf/ldap')
-rw-r--r--docs/smbdotconf/ldap/ldaptimeout.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/smbdotconf/ldap/ldaptimeout.xml b/docs/smbdotconf/ldap/ldaptimeout.xml
index 5a7e0cf02e..3e5bd7d1c0 100644
--- a/docs/smbdotconf/ldap/ldaptimeout.xml
+++ b/docs/smbdotconf/ldap/ldaptimeout.xml
@@ -5,11 +5,11 @@
xmlns:samba="http://samba.org/common">
<description>
<para>When Samba connects to an ldap server that server
-may be down or unreachable. To prevent Samba from handing whilst
+may be down or unreachable. To prevent Samba from hanging whilst
waiting for the connection this parameter specifies in seconds how
long Samba should wait before failing the connect. The default is
-to only wait five seconds for the ldap server to respond to the
+to only wait fifteen seconds for the ldap server to respond to the
connect request.</para>
</description>
-<value type="default">5</value>
+<value type="default">15</value>
</samba:parameter>