mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-21 14:25:24 -05:00
minimal documentation of olcAuthIDRewrite
This commit is contained in:
parent
e3c01a32f8
commit
27ccb54091
1 changed files with 16 additions and 0 deletions
|
|
@ -172,6 +172,22 @@ Other options should be registered with IANA, see RFC 4520 section 3.5.
|
|||
OpenLDAP also has the `binary' option built in, but this is a transfer
|
||||
option, not a tagging option.
|
||||
.TP
|
||||
.B olcAuthIDRewrite: <rewrite\-rule>
|
||||
Used by the authentication framework to convert simple user names
|
||||
to an LDAP DN used for authorization purposes.
|
||||
Its purpose is analogous to that of
|
||||
.BR olcAuthzRegexp
|
||||
(see below).
|
||||
The
|
||||
.B rewrite\-rule
|
||||
is a set of rules analogous to those described in
|
||||
.BR slapo\-rwm (5)
|
||||
for data rewriting (after stripping the \fIrwm\-\fP prefix).
|
||||
.B olcAuthIDRewrite
|
||||
and
|
||||
.B olcAuthzRegexp
|
||||
should not be intermixed.
|
||||
.TP
|
||||
.B olcAuthzPolicy: <policy>
|
||||
Used to specify which rules to use for Proxy Authorization. Proxy
|
||||
authorization allows a client to authenticate to the server using one
|
||||
|
|
|
|||
Loading…
Reference in a new issue