From 23a6ad29f3f1fa9ba3e2c73dbfdd9aae5c1e1d48 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Tue, 20 May 2008 01:50:33 +0000 Subject: [PATCH] Add syncrepl timeout / network-timeout options --- doc/man/man5/slapd-config.5 | 13 +++++++++++++ doc/man/man5/slapd.conf.5 | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/doc/man/man5/slapd-config.5 b/doc/man/man5/slapd-config.5 index ec683d3701..6c080725ce 100644 --- a/doc/man/man5/slapd-config.5 +++ b/doc/man/man5/slapd-config.5 @@ -1585,6 +1585,8 @@ with the inner suffix must come first in the configuration file. .B [sizelimit=] .B [timelimit=] .B [schemachecking=on|off] +.B [network-timeout=] +.B [timeout=] .B [bindmethod=simple|sasl] .B [binddn=] .B [saslmech=] @@ -1687,6 +1689,17 @@ consumer site by turning on the .B schemachecking parameter. The default is off. +The +.B network-timeout +parameter sets how long the consumer will wait to establish a +network connection to the provider. Once a connection is +established, the +.B timeout +parameter determines how long the consumer will wait for the initial +Bind request to complete. The defaults for these parameters come +from +.BR ldap.conf (5). + A .B bindmethod of diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index b3142db99a..18fa6b01f2 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -1522,6 +1522,8 @@ in order to work over all of the glued databases. E.g. .B [sizelimit=] .B [timelimit=] .B [schemachecking=on|off] +.B [network-timeout=] +.B [timeout=] .B [bindmethod=simple|sasl] .B [binddn=] .B [saslmech=] @@ -1633,6 +1635,17 @@ and distinguished values must be present. As a consequence, schema checking should be \fBoff\fP when partial replication is used. +The +.B network-timeout +parameter sets how long the consumer will wait to establish a +network connection to the provider. Once a connection is +established, the +.B timeout +parameter determines how long the consumer will wait for the initial +Bind request to complete. The defaults for these parameters come +from +.BR ldap.conf (5). + A .B bindmethod of -- 2.39.5