]> git.sur5r.net Git - openldap/commitdiff
more cleanup
authorPierangelo Masarati <ando@openldap.org>
Fri, 7 May 2004 15:38:42 +0000 (15:38 +0000)
committerPierangelo Masarati <ando@openldap.org>
Fri, 7 May 2004 15:38:42 +0000 (15:38 +0000)
tests/data/slapd-acl.conf

index a472bbda31976cf93139365ad4cafa5b78640c8d..9356ab9b4feafe26a0b1fa895c4b930a6d2f91b1 100644 (file)
@@ -24,7 +24,7 @@ pidfile     ./testrun/slapd.1.pid
 argsfile    ./testrun/slapd.1.args
 
 # global ACLs
-access to dn.base="" attr=objectClass by users read
+access to dn.exact="" attr=objectClass by users read
 access to * by * read
 
 #mod#modulepath        ../servers/slapd/back-@BACKEND@/
@@ -49,8 +49,9 @@ rootpw                secret
 # normal installations should protect root dse, cn=monitor, cn=subschema
 #
 
+# these are equivalent
 access to dn="" by * read
-access to dn.base="" by * read
+access to dn.exact="" by * read
 
 access         to attr=objectclass
                by * =rsc stop
@@ -73,7 +74,7 @@ access to attr=member,uniquemember filter="(mail=*com)"
                by * read
 
 access to filter="(&(objectclass=groupofnames)(objectClass=groupofuniquenames))"
-               by dn.base="cn=Bjorn Jensen,ou=Information Technology Division,ou=People,dc=example,dc=com" =sc continue
+               by dn.exact="cn=Bjorn Jensen,ou=Information Technology Division,ou=People,dc=example,dc=com" =sc continue
                by dn.regex="^cn=Bjorn Jensen,ou=Information Technology Division,ou=People,dc=example,dc=com$" +rw stop
                by * break