Last change
on this file was 988, checked in by Silvan Scherrer, 9 years ago |
Samba Server: update vendor to version 4.4.3
|
File size:
848 bytes
|
Line | |
---|
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>
|
---|
13 |
|
---|
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>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.