s3:lib: make use of samba_tevent_context_init()
[Samba/gebeck_regimport.git] / docs-xml / smbdotconf / ldap / ldapconnectiontimeout.xml
blob31713c9cb501dfdb0a7204c10853dae400fdc43a
1 <samba:parameter name="ldap connection timeout"
2                  context="G"
3                  advanced="1" developer="1"
4                         type="integer"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7         <para>
8         This parameter tells the LDAP library calls which timeout in seconds
9         they should honor during initial connection establishments to LDAP servers.
10         It is very useful in failover scenarios in particular. If one or more LDAP
11         servers are not reachable at all, we do not have to wait until TCP
12         timeouts are over. This feature must be supported by your LDAP library.
13         </para>
15         <para>
16         This parameter is different from <smbconfoption name="ldap timeout"/>
17         which affects operations on LDAP servers using an existing connection
18         and not establishing an initial connection.
19         </para>
20 </description>
21 <value type="default">2</value>
22 </samba:parameter>