Author: gd Date: 2004-10-19 13:32:45 +0000 (Tue, 19 Oct 2004) New Revision: 251
WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba-docs&path=/trunk/smbdotconf/ldap&rev=251&nolog=1 Log: Corrected default settings for "ldap timeout". Guenther Modified: trunk/smbdotconf/ldap/ldaptimeout.xml Changeset: Modified: trunk/smbdotconf/ldap/ldaptimeout.xml =================================================================== --- trunk/smbdotconf/ldap/ldaptimeout.xml 2004-10-11 21:23:58 UTC (rev 250) +++ trunk/smbdotconf/ldap/ldaptimeout.xml 2004-10-19 13:32:45 UTC (rev 251) @@ -5,11 +5,11 @@ xmlns:samba="http://samba.org/common"> <description> <para>When Samba connects to an ldap server that server -may be down or unreachable. To prevent Samba from handing whilst +may be down or unreachable. To prevent Samba from hanging whilst waiting for the connection this parameter specifies in seconds how long Samba should wait before failing the connect. The default is -to only wait five seconds for the ldap server to respond to the +to only wait fifteen seconds for the ldap server to respond to the connect request.</para> </description> -<value type="default">5</value> +<value type="default">15</value> </samba:parameter>