]> git.sur5r.net Git - openldap/commitdiff
Add syncrepl timeout / network_timeout options
authorHoward Chu <hyc@openldap.org>
Thu, 8 May 2008 13:39:31 +0000 (13:39 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 8 May 2008 13:39:31 +0000 (13:39 +0000)
doc/man/man5/slapd-config.5
doc/man/man5/slapd.conf.5

index ec683d3701adbc112f733303bcc62dd4f2a40c44..97400d3777e39f5533048bd2795aa4e51a2d323f 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..0c4ae955dec31dc8ddeafaa963a36e1b6cb19704 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