summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf/ldap/ldaptimeout.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs-xml/smbdotconf/ldap/ldaptimeout.xml')
-rw-r--r--docs-xml/smbdotconf/ldap/ldaptimeout.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/ldap/ldaptimeout.xml b/docs-xml/smbdotconf/ldap/ldaptimeout.xml
new file mode 100644
index 0000000000..cd88494903
--- /dev/null
+++ b/docs-xml/smbdotconf/ldap/ldaptimeout.xml
@@ -0,0 +1,14 @@
+<samba:parameter name="ldap timeout"
+ context="G"
+ advanced="1" developer="1"
+ type="integer"
+ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+ <para>
+ When Samba connects to an ldap server that servermay 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 fifteen seconds for the ldap server to respond to the connect request.
+ </para>
+</description>
+<value type="default">15</value>
+</samba:parameter>