Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christopher Ng
OpenLDAP
Commits
53cd4a88
Commit
53cd4a88
authored
18 years ago
by
Pierangelo Masarati
Browse files
Options
Downloads
Patches
Plain Diff
document the network-timeout directive (ITS
#4718
)
parent
6416d833
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/man/man5/slapd-ldap.5
+10
-0
10 additions, 0 deletions
doc/man/man5/slapd-ldap.5
doc/man/man5/slapd-meta.5
+17
-5
17 additions, 5 deletions
doc/man/man5/slapd-meta.5
with
27 additions
and
5 deletions
doc/man/man5/slapd-ldap.5
+
10
−
0
View file @
53cd4a88
...
...
@@ -347,6 +347,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
...
...
This diff is collapsed.
Click to expand it.
doc/man/man5/slapd-meta.5
+
17
−
5
View file @
53cd4a88
...
...
@@ -86,6 +86,11 @@ should be defined first for clarity, including those that are common
to all backends.
They are:
.TP
.B conn-ttl <time>
This directive causes a cached connection to be dropped an recreated
after a given ttl, regardless of being idle or not.
.TP
.B default-target none
This directive forces the backend to reject all those operations
...
...
@@ -109,11 +114,6 @@ illustrated for the
.B idle-timeout
directive.
.TP
.B conn-ttl <time>
This directive causes a cached connection to be dropped an recreated
after a given ttl, regardless of being idle or not.
.TP
.B onerr {CONTINUE|stop}
This directive allows to select the behavior in case an error is returned
...
...
@@ -282,6 +282,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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment