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
|
2000-05-29 12:39:16 -04:00
|
|
|
include ./schema/core.schema
|
|
|
|
|
include ./schema/cosine.schema
|
|
|
|
|
include ./schema/inetorgperson.schema
|
1998-08-08 20:43:13 -04:00
|
|
|
schemacheck off
|
1999-01-21 13:08:33 -05:00
|
|
|
pidfile ./test-db/slapd.pid
|
|
|
|
|
argsfile ./test-db/slapd.args
|
1998-08-08 20:43:13 -04:00
|
|
|
|
|
|
|
|
#######################################################################
|
|
|
|
|
# ldbm database definitions
|
|
|
|
|
#######################################################################
|
|
|
|
|
|
2000-10-01 18:46:52 -04:00
|
|
|
database @BACKEND@
|
1999-04-09 21:40:33 -04:00
|
|
|
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
|
1999-07-05 02:26:26 -04:00
|
|
|
|
1999-07-15 22:45:46 -04:00
|
|
|
#
|
|
|
|
|
# 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
|
1999-07-05 02:26:26 -04:00
|
|
|
|
|
|
|
|
access to filter="objectclass=person" attr=userpassword
|
|
|
|
|
by anonymous auth
|
1999-10-21 14:48:16 -04:00
|
|
|
by self write
|
1999-07-05 02:26:26 -04:00
|
|
|
|
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
|
1999-07-05 02:26:26 -04:00
|
|
|
|
1998-08-08 20:43:13 -04:00
|
|
|
access to attr=member
|
|
|
|
|
by dnattr=member selfwrite
|
|
|
|
|
by * read
|
1999-07-05 02:26:26 -04:00
|
|
|
|
2000-05-23 15:47:54 -04:00
|
|
|
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
|
1999-07-05 02:26:26 -04:00
|
|
|
|
1998-08-08 20:43:13 -04:00
|
|
|
access to * by * read
|