OpenLDAP 2.3 Change Log
OpenLDAP 2.3.29 Engineering
+ Documentation
+ Fixed slapd-ldap/meta(5) missing network-timeout (ITS#4718)
OpenLDAP 2.3.28 Release
Fixed libldap ldap.conf max line length (ITS#4669)
This directive causes a cached connection to be dropped an recreated
after it has been idle for the specified time.
+.TP
+.B network-timeout <time>
+Sets the network timeout value after which
+.BR poll (2)/ select (2)
+following a
+.BR connect (2)
+returns in case of no activity.
+The value is in seconds, and it can be specified as for
+.BR idle-timeout .
+
.TP
.B protocol\-version {0,2,3}
This directive indicates what protocol version must be used to contact
See
.BR slapd-ldap (5).
+.TP
+.B network-timeout <time>
+Sets the network timeout value after which
+.BR poll (2)/ select (2)
+following a
+.BR connect (2)
+returns in case of no activity.
+The value is in seconds, and it can be specified as for
+.BR idle-timeout .
+If set before any target specification, it affects all targets, unless
+overridden by any per-target directive.
+
.TP
.B nretries {forever|never|<nretries>}
This directive defines how many times a bind should be retried