Skip to content
Snippets Groups Projects
Commit f872ad29 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

move special dn patterns to style enum; add creator special dn pattern

parent 064eb88e
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment