From f872ad29ba8439ba0901031455d34dc4b5b9b7f9 Mon Sep 17 00:00:00 2001
From: Pierangelo Masarati <ando@openldap.org>
Date: Mon, 15 Nov 2004 22:21:50 +0000
Subject: [PATCH] move special dn patterns to style enum; add creator special
 dn pattern

---
 doc/man/man5/slapd.access.5 | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/doc/man/man5/slapd.access.5 b/doc/man/man5/slapd.access.5
index 3bbaa6a84c..8415b834ee 100644
--- a/doc/man/man5/slapd.access.5
+++ b/doc/man/man5/slapd.access.5
@@ -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>
-- 
GitLab