]> git.sur5r.net Git - openldap/commitdiff
move special dn patterns to style enum; add creator special dn pattern
authorPierangelo Masarati <ando@openldap.org>
Mon, 15 Nov 2004 22:21:50 +0000 (22:21 +0000)
committerPierangelo Masarati <ando@openldap.org>
Mon, 15 Nov 2004 22:21:50 +0000 (22:21 +0000)
doc/man/man5/slapd.access.5

index 3bbaa6a84caea78d97667af58e5b7638fc9ec8d6..8415b834ee947369ebb7145efb01264717789cb8 100644 (file)
@@ -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>