Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
9493174b
Commit
9493174b
authored
Oct 24, 2006
by
Pierangelo Masarati
Browse files
import ITS#4718 fix from HEAD
parent
34a436b0
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
9493174b
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)
...
...
doc/man/man5/slapd-ldap.5
View file @
9493174b
...
...
@@ -304,6 +304,16 @@ and
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
...
...
doc/man/man5/slapd-meta.5
View file @
9493174b
...
...
@@ -261,6 +261,18 @@ This maps object classes and attributes as in the LDAP backend.
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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment