diff options
Diffstat (limited to 'docs/smbdotconf/ldap')
-rw-r--r-- | docs/smbdotconf/ldap/ldaptimeout.xml | 15 |
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> |