source: vendor/3.6.23/docs-xml/smbdotconf/ldap/ldapconnectiontimeout.xml

Last change on this file was 414, checked in by Herwig Bauernfeind, 15 years ago

Samba 3.5.0: Initial import

File size: 836 bytes
Line 
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>
14
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>
Note: See TracBrowser for help on using the repository browser.