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
f035e1f1
Commit
f035e1f1
authored
20 years ago
by
Pierangelo Masarati
Browse files
Options
Downloads
Patches
Plain Diff
document proxyauthz{dn|pw} and idassert-*
parent
657e580b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/man/man5/slapd-ldap.5
+24
-0
24 additions, 0 deletions
doc/man/man5/slapd-ldap.5
with
24 additions
and
0 deletions
doc/man/man5/slapd-ldap.5
+
24
−
0
View file @
f035e1f1
...
...
@@ -98,6 +98,30 @@ their usage.
.B proxyauthzpw <password>
Password used with the proxy authzDN above.
.TP
.B idassert-mode {none|anonymous|self|proxyid|<dn>}
defines what type of identity assertion is used.
The default is
.BR none ,
which implies that the proxy will bind as itself and assert the user's
identity only when a user is bound.
Other values are
.BR anonymous
and
.BR self ,
which respectively mean that the empty or the client's identity
will be asserted,
.BR proxyid ,
which means that no proxyAuthz control will be used, so the proxyauthzdn
identity will be asserted.
Moreover, if a valid DN is used as
.BR <mode> ,
that identity will be asserted.
.TP
.B idassert-authz <authz>
if defined, selects what
.I local
identities are authorized to exploit the identity assertion feature.
.TP
.B proxy-whoami
Turns on proxying of the WhoAmI extended operation. If this option is
given, back-ldap will replace slapd's original WhoAmI routine with its
...
...
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