mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
more cleanup
This commit is contained in:
parent
e53977cef7
commit
f0d15d3aa0
1 changed files with 4 additions and 3 deletions
|
|
@ -24,7 +24,7 @@ pidfile ./testrun/slapd.1.pid
|
||||||
argsfile ./testrun/slapd.1.args
|
argsfile ./testrun/slapd.1.args
|
||||||
|
|
||||||
# global ACLs
|
# global ACLs
|
||||||
access to dn.base="" attr=objectClass by users read
|
access to dn.exact="" attr=objectClass by users read
|
||||||
access to * by * read
|
access to * by * read
|
||||||
|
|
||||||
#mod#modulepath ../servers/slapd/back-@BACKEND@/
|
#mod#modulepath ../servers/slapd/back-@BACKEND@/
|
||||||
|
|
@ -49,8 +49,9 @@ rootpw secret
|
||||||
# normal installations should protect root dse, cn=monitor, cn=subschema
|
# normal installations should protect root dse, cn=monitor, cn=subschema
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# these are equivalent
|
||||||
access to dn="" by * read
|
access to dn="" by * read
|
||||||
access to dn.base="" by * read
|
access to dn.exact="" by * read
|
||||||
|
|
||||||
access to attr=objectclass
|
access to attr=objectclass
|
||||||
by * =rsc stop
|
by * =rsc stop
|
||||||
|
|
@ -73,7 +74,7 @@ access to attr=member,uniquemember filter="(mail=*com)"
|
||||||
by * read
|
by * read
|
||||||
|
|
||||||
access to filter="(&(objectclass=groupofnames)(objectClass=groupofuniquenames))"
|
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 dn.regex="^cn=Bjorn Jensen,ou=Information Technology Division,ou=People,dc=example,dc=com$" +rw stop
|
||||||
by * break
|
by * break
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue