openldap/tests/data/slapd-pw.conf

40 lines
876 B
Plaintext
Raw Normal View History

# $OpenLDAP$
#
# master slapd config -- for testing
#
2000-09-04 07:48:35 +08:00
ucdata-path ./ucdata
include ./schema/core.schema
include ./schema/cosine.schema
include ./schema/inetorgperson.schema
include ./schema/openldap.schema
pidfile ./test-db/slapd.pid
argsfile ./test-db/slapd.args
# password-hash {md5}
#######################################################################
# ldbm database definitions
#######################################################################
database @BACKEND@
2002-01-14 11:42:24 +08:00
#ldbm#cachesize 0
2002-03-24 09:55:11 +08:00
suffix "o=University of Michigan,c=US"
directory ./test-db
2002-03-24 09:55:11 +08:00
rootdn "cn=Manager,o=University of Michigan,c=US"
rootpw secret
2000-07-26 09:06:27 +08:00
index objectClass eq
2000-07-19 09:08:42 +08:00
index cn,sn,uid pres,eq,sub
#
# normal installations should protect root dse,
# cn=monitor, cn=schema, and cn=config
#
access to attr=userpassword
by anonymous auth
by self write
access to *
by self write
by * read