]> git.sur5r.net Git - openldap/commitdiff
Add syncrepl timeout / network-timeout options
authorQuanah Gibson-Mount <quanah@openldap.org>
Tue, 20 May 2008 01:50:33 +0000 (01:50 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 20 May 2008 01:50:33 +0000 (01:50 +0000)
doc/man/man5/slapd-config.5
doc/man/man5/slapd.conf.5

index ec683d3701adbc112f733303bcc62dd4f2a40c44..6c080725ce97f10c9d3ef8539a17814dcd016339 100644 (file)
@@ -1585,6 +1585,8 @@ with the inner suffix must come first in the configuration file.
 .B [sizelimit=<limit>]
 .B [timelimit=<limit>]
 .B [schemachecking=on|off]
+.B [network-timeout=<seconds>]
+.B [timeout=<seconds>]
 .B [bindmethod=simple|sasl]
 .B [binddn=<dn>]
 .B [saslmech=<mech>]
@@ -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 
index b3142db99a37445118594360023e53f4b0571839..18fa6b01f234b1bd0459993ce62a4f4a8365d468 100644 (file)
@@ -1522,6 +1522,8 @@ in order to work over all of the glued databases. E.g.
 .B [sizelimit=<limit>]
 .B [timelimit=<limit>]
 .B [schemachecking=on|off]
+.B [network-timeout=<seconds>]
+.B [timeout=<seconds>]
 .B [bindmethod=simple|sasl]
 .B [binddn=<dn>]
 .B [saslmech=<mech>]
@@ -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