]> git.sur5r.net Git - openldap/commitdiff
ITS#5836 add writetimeout keyword
authorHoward Chu <hyc@openldap.org>
Tue, 10 Mar 2009 00:51:27 +0000 (00:51 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 10 Mar 2009 00:51:27 +0000 (00:51 +0000)
doc/man/man5/slapd-config.5
doc/man/man5/slapd.conf.5

index 1d73cab33b4436b7737ba3121cdd308d7048a711..2321196f8bf0a2f39b78bd60b7b6ee46187ce432 100644 (file)
@@ -451,7 +451,9 @@ along with this option.
 .B olcIdleTimeout: <integer>
 Specify the number of seconds to wait before forcibly closing
 an idle client connection.  A setting of 0 disables this
-feature.  The default is 0.
+feature.  The default is 0. You may also want to set the
+.B olcWriteTimeout
+option.
 .TP
 .B olcIndexIntLen: <integer>
 Specify the key length for ordered integer indices. The most significant
@@ -750,11 +752,12 @@ The default is 16; the minimum value is 2.
 Specify the maximum number of threads to use in tool mode.
 This should not be greater than the number of CPUs in the system.
 The default is 1.
-.\"ucdata-path is obsolete / ignored...
-.\".TP
-.\".B ucdata-path <path>
-.\"Specify the path to the directory containing the Unicode character
-.\"tables. The default path is DATADIR/ucdata.
+.TP
+.B olcWriteTimeout: <integer>
+Specify the number of seconds to wait before forcibly closing
+a connection with an outstanding write.  This allows recovery from
+various network hang conditions.  A setting of 0 disables this
+feature.  The default is 0.
 .SH TLS OPTIONS
 If
 .B slapd
index e7d46774bd1e327734b3376da3112a584fb56ccf..495b446e750e50ef20d921fe6c40dbbeb510bd30 100644 (file)
@@ -473,7 +473,9 @@ along with this option.
 .B idletimeout <integer>
 Specify the number of seconds to wait before forcibly closing
 an idle client connection.  A idletimeout of 0 disables this
-feature.  The default is 0.
+feature.  The default is 0. You may also want to set the
+.B writetimeout
+option.
 .TP
 .B include <filename>
 Read additional configuration information from the given file before
@@ -982,6 +984,12 @@ The default is 1.
 .\".B ucdata-path <path>
 .\"Specify the path to the directory containing the Unicode character
 .\"tables. The default path is DATADIR/ucdata.
+.TP
+.B writetimeout <integer>
+Specify the number of seconds to wait before forcibly closing
+a connection with an outstanding write. This allows recovery from
+various network hang conditions.  A writetimeout of 0 disables this
+feature.  The default is 0.
 .SH TLS OPTIONS
 If
 .B slapd