openldap/tests/data/slapd-acl.conf

54 lines
1.5 KiB
Text
Raw Normal View History

1999-09-08 18:52:19 -04:00
# $OpenLDAP$
1998-08-08 20:43:13 -04:00
#
# master slapd config -- for testing
#
2000-09-03 19:48:35 -04:00
ucdata-path ./ucdata
include ./schema/core.schema
include ./schema/cosine.schema
include ./schema/inetorgperson.schema
1998-08-08 20:43:13 -04:00
schemacheck off
pidfile ./test-db/slapd.pid
argsfile ./test-db/slapd.args
1998-08-08 20:43:13 -04:00
#######################################################################
# ldbm database definitions
#######################################################################
database @BACKEND@
cachesize 0
1998-08-08 20:43:13 -04:00
suffix "o=University of Michigan, c=US"
directory ./test-db
rootdn "cn=Manager, o=University of Michigan, c=US"
rootpw secret
2000-07-25 21:06:27 -04:00
index objectClass eq
2000-07-18 21:08:42 -04:00
index cn,sn,uid pres,eq,sub
1998-08-08 20:43:13 -04:00
lastmod on
#
# normal installations should protect root dse,
# cn=monitor, cn=schema, and cn=config
#
1998-08-08 20:43:13 -04:00
access to attr=objectclass
1999-10-21 17:23:43 -04:00
by * =rsc stop
access to filter="objectclass=person" attr=userpassword
by anonymous auth
1999-10-21 14:48:16 -04:00
by self write
2000-06-13 13:35:30 -04:00
access to dn.children="ou=Alumni Association, ou=People, o=University of Michigan, c=US"
2000-06-12 23:24:12 -04:00
by dn.regex=".+,o=University of Michigan,c=US" +c continue
by dn.subtree="o=University of Michigan, c=US" +rs continue
1999-10-21 17:23:43 -04:00
by * stop
1998-08-08 20:43:13 -04:00
access to attr=member
by dnattr=member selfwrite
by * read
access to filter="objectclass=groupofnames"
2000-06-12 23:24:12 -04:00
by dn.base="cn=Bjorn Jensen, ou=Information Technology Division, ou=People, o=University of Michigan,c=US" =sc continue
1999-10-21 19:17:17 -04:00
by dn="^cn=Bjorn Jensen,ou=Information Technology Division,ou=People,o=University of Michigan,c=US$" +rw stop
1999-10-21 17:23:43 -04:00
by * break
1998-08-08 20:43:13 -04:00
access to * by * read