summaryrefslogtreecommitdiff
path: root/docs/smbdotconf/ldap
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2004-07-02 00:11:35 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:45:57 -0500
commitd535a2493dc29a6eed9e14da4f30c4e329318d9e (patch)
treea733eded50f77ca6e0890e88b3532652e12bd8a1 /docs/smbdotconf/ldap
parent1981120814ad4516f837535b185862a0b3bb0bee (diff)
downloadsamba-d535a2493dc29a6eed9e14da4f30c4e329318d9e.tar.gz
samba-d535a2493dc29a6eed9e14da4f30c4e329318d9e.tar.bz2
samba-d535a2493dc29a6eed9e14da4f30c4e329318d9e.zip
Add doc for "ldap timeout" parameter.
Jeremy. (This used to be commit f684bb2e46482dc2f82a15de21dc30e66d940385)
Diffstat (limited to 'docs/smbdotconf/ldap')
-rw-r--r--docs/smbdotconf/ldap/ldaptimeout.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/smbdotconf/ldap/ldaptimeout.xml b/docs/smbdotconf/ldap/ldaptimeout.xml
new file mode 100644
index 0000000000..5a7e0cf02e
--- /dev/null
+++ b/docs/smbdotconf/ldap/ldaptimeout.xml
@@ -0,0 +1,15 @@
+<samba:parameter name="ldap timeout"
+ context="G"
+ advanced="1" developer="1"
+ type="integer"
+ 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
+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
+connect request.</para>
+</description>
+<value type="default">5</value>
+</samba:parameter>