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
e8b7db1c
Commit
e8b7db1c
authored
17 years ago
by
Pierangelo Masarati
Browse files
Options
Downloads
Patches
Plain Diff
import fix to ITS#5188
parent
3a23c479
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGES
+1
-0
1 addition, 0 deletions
CHANGES
doc/man/man3/ldap_get_option.3
+8
-0
8 additions, 0 deletions
doc/man/man3/ldap_get_option.3
with
9 additions
and
0 deletions
CHANGES
+
1
−
0
View file @
e8b7db1c
...
...
@@ -39,3 +39,4 @@ OpenLDAP 2.4.6 Engineering
Documentation
Fixed slapd-bdb(5) note about dbconfig directives (ITS#5134)
slapadd/slapindex note about file ownership (ITS#5166)
Fixed ldap_get_option(3) *_TIMEOUT API (ITS#5188)
This diff is collapsed.
Click to expand it.
doc/man/man3/ldap_get_option.3
+
8
−
0
View file @
e8b7db1c
...
...
@@ -58,6 +58,10 @@ This is a read-only, handler-specific option.
.B LDAP_OPT_TIMEOUT
Sets/gets a timeout value for the synchronous API calls.
.B outvalue
must be a
.BR "struct timeval **"
(the caller has to free
.BR *outvalue ) ,
and
.B invalue
must be a
...
...
@@ -72,6 +76,10 @@ following a
.BR connect (2)
returns in case of no activity.
.B outvalue
must be a
.BR "struct timeval **"
(the caller has to free
.BR *outvalue ) ,
and
.B invalue
must be a
...
...
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