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