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
46b27edc
Commit
46b27edc
authored
20 years ago
by
Pierangelo Masarati
Browse files
Options
Downloads
Patches
Plain Diff
more on idassert
parent
dfd400df
Branches
Branches containing commit
Tags
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
+41
-3
41 additions, 3 deletions
doc/man/man5/slapd-ldap.5
with
41 additions
and
3 deletions
doc/man/man5/slapd-ldap.5
+
41
−
3
View file @
46b27edc
...
...
@@ -22,6 +22,21 @@ same connection. This connection pooling strategy can enhance the proxy's
efficiency by reducing the overhead of repeatedly making/breaking multiple
connections.
The ldap database can also act as an information service, i.e. the identity
of locally authenticated clients is asserted to the remote server, possibly
in some modified form.
For this purpose, the proxy binds to the remote server with some
administrative identity, and, if required, authorizes the asserted identity.
See the
.IR idassert- *
rules below.
The administrative identity of the proxy, on the remote server, must be
allowed to authorize by means of appropriate
.B authzTo
rules; see
.BR slapd.conf (5)
for details.
.SH CONFIGURATION
These
.B slapd.conf
...
...
@@ -72,7 +87,7 @@ check permissions.
.B bindpw <password>
Password used with the bind DN above.
.TP
.B
proxy
auth
z
dn "<administrative DN for proxyAuthz purposes>"
.B
idassert-
auth
c
dn "<administrative DN for proxyAuthz purposes>"
DN which is used to propagate the client's identity to the target
by means of the proxyAuthz control when the client does not
belong to the DIT fragment that is being proxyied by back-ldap.
...
...
@@ -83,7 +98,7 @@ This requires the entry with
identity on the remote server to have
.B proxyAuthz
privileges on a wide set of DNs, e.g.
.BR authzTo=dn.
regex:.*
,
.BR authzTo=dn.
subtree:""
,
and the remote server to have
.B authz-policy
set to
...
...
@@ -95,7 +110,7 @@ See
for details on these statements and for remarks and drawbacks about
their usage.
.TP
.B
proxyauthzpw
<password>
.B
idassert-passwd
<password>
Password used with the proxy authzDN above.
.TP
.B idassert-mode <mode>
...
...
@@ -158,6 +173,7 @@ permissions, or the asserted identities must have appropriate
.I authzFrom
permissions. Note, however, that the ID assertion feature is mostly
useful when the asserted identities do not exist on the remote server.
.RE
.TP
.B idassert-authz <authz>
if defined, selects what
...
...
@@ -174,6 +190,28 @@ section related to
.BR authz-policy ,
for details on the supported syntaxes.
.TP
.B idassert-method <method> [<saslargs>]
where valid method values are
.RS
.TP
.B <method>={none|simple|sasl}
.RE
.RS
.B <saslargs>=[mech=<mech>] [realm=<realm>] [authcid=<authcid>] [cred=<cred>]
.RE
If method is
.IR sasl ,
extra parameters can be given a described above.
The default is
.BR simple ;
.B none
inhibits proxy authorization;
.B sasl
uses a SASL bind with the above parameters; if required,
.I authorization
is performed by means of native SASL mechanism, and no proxyAuthz
is used for subsequent operations.
.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