mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-13 14:27:59 +08:00
move special dn patterns to style enum; add creator special dn pattern
This commit is contained in:
parent
064eb88ef8
commit
f872ad29ba
@ -231,6 +231,7 @@ It can have the forms
|
||||
anonymous
|
||||
users
|
||||
self
|
||||
creator
|
||||
|
||||
dn[.<dnstyle>[,<modifier>]]=<DN>
|
||||
dnattr=<attrname>
|
||||
@ -288,6 +289,12 @@ The keyword
|
||||
means access to an entry is allowed to the entry itself (e.g. the entry
|
||||
being accessed and the requesting entry must be the same).
|
||||
.LP
|
||||
The keyword
|
||||
.B creator
|
||||
means access to an entry is allowed to the identity set in the
|
||||
.B creatorsName
|
||||
operational attribute, if present.
|
||||
.LP
|
||||
The statement
|
||||
.B dn=<DN>
|
||||
means that access is granted to the matching DN.
|
||||
@ -672,6 +679,8 @@ for authentication.
|
||||
More than one of the above privileges can be added in one statement.
|
||||
.B 0
|
||||
indicates no privileges and is used only by itself (e.g., +0).
|
||||
If no access is given, it defaults to
|
||||
.BR +0 .
|
||||
.SH THE <CONTROL> FIELD
|
||||
The optional field
|
||||
.B <control>
|
||||
|
Loading…
Reference in New Issue
Block a user