Next update of VFS modules development guide
[Samba.git] / docs / smbdotconf / ldap / ldaptimeout.xml
blobcd884949035c7ee7822d6a4195e26ad21bdaa015
1 <samba:parameter name="ldap 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         When Samba connects to an ldap server that servermay be down or unreachable. To prevent Samba from hanging whilst
9         waiting for the connection this parameter specifies in seconds how long Samba should wait before failing the 
10         connect. The default is to only wait fifteen seconds for the ldap server to respond to the connect request.
11         </para>
12 </description>
13 <value type="default">15</value>
14 </samba:parameter>