diff options
author | Björn Jacke <bj@sernet.de> | 2008-12-19 12:12:59 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2008-12-19 14:23:11 +0100 |
commit | 1aff97bc48844afba5de48447fdcdcc02d163a97 (patch) | |
tree | b9300416aff33685a60b558f0ff08e0f5d537923 /docs-xml/smbdotconf/ldap | |
parent | 2504d78c82097074a50095a9b9598876f4604a99 (diff) | |
download | samba-1aff97bc48844afba5de48447fdcdcc02d163a97.tar.gz samba-1aff97bc48844afba5de48447fdcdcc02d163a97.tar.bz2 samba-1aff97bc48844afba5de48447fdcdcc02d163a97.zip |
correct the description of the "ldap timeout" parameter
Diffstat (limited to 'docs-xml/smbdotconf/ldap')
-rw-r--r-- | docs-xml/smbdotconf/ldap/ldaptimeout.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs-xml/smbdotconf/ldap/ldaptimeout.xml b/docs-xml/smbdotconf/ldap/ldaptimeout.xml index 9c34ac8bec..5bc2699d00 100644 --- a/docs-xml/smbdotconf/ldap/ldaptimeout.xml +++ b/docs-xml/smbdotconf/ldap/ldaptimeout.xml @@ -5,9 +5,7 @@ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para> - When Samba connects to an ldap server that server 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 fifteen seconds for the ldap server to respond to the connect request. + This parameter defines the number of seconds that Samba should use as timeout for LDAP operations. </para> </description> <value type="default">15</value> |