Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
Dragoș Haiduc
OpenLDAP
Commits
77bcae65
Commit
77bcae65
authored
18 years ago
by
Pierangelo Masarati
Browse files
Options
Downloads
Patches
Plain Diff
import fix to ITS#4715 from HEAD
parent
9493174b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGES
+1
-0
1 addition, 0 deletions
CHANGES
doc/man/man5/slapd-ldap.5
+5
-2
5 additions, 2 deletions
doc/man/man5/slapd-ldap.5
doc/man/man5/slapd-meta.5
+5
-1
5 additions, 1 deletion
doc/man/man5/slapd-meta.5
with
11 additions
and
3 deletions
CHANGES
+
1
−
0
View file @
77bcae65
...
...
@@ -2,6 +2,7 @@ OpenLDAP 2.3 Change Log
OpenLDAP 2.3.29 Engineering
Documentation
Fixed slapd-ldap/meta(5) rebind-as-user usage (ITS#4715)
Fixed slapd-ldap/meta(5) missing network-timeout (ITS#4718)
OpenLDAP 2.3.28 Release
...
...
This diff is collapsed.
Click to expand it.
doc/man/man5/slapd-ldap.5
+
5
−
2
View file @
77bcae65
...
...
@@ -335,8 +335,11 @@ in conjunction with Proxy Authorization.
.TP
.B rebind-as-user {NO|yes}
If this option is given, the client's bind credentials are remembered
for rebinds when chasing referrals. Useful when
\fBchase-referrals\fP is set to \fByes\fP, useless otherwise.
for rebinds, when trying to re-establish a broken connection,
or when chasing a referral, if
.B chase-referrals
is set to
.IR yes .
.TP
.B t-f-support {NO|yes|discover}
...
...
This diff is collapsed.
Click to expand it.
doc/man/man5/slapd-meta.5
+
5
−
1
View file @
77bcae65
...
...
@@ -146,7 +146,11 @@ identity to be deferred until actually needed by subsequent operations.
.TP
.B rebind-as-user {NO|yes}
If this option is given, the client's bind credentials are remembered
for rebinds when chasing referrals.
for rebinds, when trying to re-establish a broken connection,
or when chasing a referral, if
.B chase-referrals
is set to
.IR yes .
.SH TARGET SPECIFICATION
Target specification starts with a "uri" directive:
...
...
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