mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
64b720d284
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
22 lines
848 B
XML
22 lines
848 B
XML
<samba:parameter name="ldap connection timeout"
|
|
context="G"
|
|
type="integer"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>
|
|
This parameter tells the LDAP library calls which timeout in seconds
|
|
they should honor during initial connection establishments to LDAP servers.
|
|
It is very useful in failover scenarios in particular. If one or more LDAP
|
|
servers are not reachable at all, we do not have to wait until TCP
|
|
timeouts are over. This feature must be supported by your LDAP library.
|
|
</para>
|
|
|
|
<para>
|
|
This parameter is different from <smbconfoption name="ldap timeout"/>
|
|
which affects operations on LDAP servers using an existing connection
|
|
and not establishing an initial connection.
|
|
</para>
|
|
</description>
|
|
<value type="default">2</value>
|
|
</samba:parameter>
|