1999-09-08 18:52:19 -04:00
|
|
|
# $OpenLDAP$
|
1998-08-08 20:43:13 -04:00
|
|
|
#
|
|
|
|
|
# master slapd config -- for testing
|
|
|
|
|
#
|
|
|
|
|
include ./data/slapd.at.conf
|
|
|
|
|
include ./data/slapd.oc.conf
|
1998-12-28 18:43:04 -05:00
|
|
|
schemacheck on
|
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
|
|
|
|
|
#######################################################################
|
|
|
|
|
|
|
|
|
|
database ldbm
|
|
|
|
|
suffix "o=University of Michigan, c=US"
|
|
|
|
|
directory ./test-db
|
|
|
|
|
rootdn "cn=Manager, o=University of Michigan, c=US"
|
|
|
|
|
rootpw secret
|
|
|
|
|
index cn,sn,uid pres,eq,approx
|
|
|
|
|
index default none
|
|
|
|
|
lastmod on
|
1999-09-23 15:49:20 -04:00
|
|
|
dbnosync
|
|
|
|
|
dbnolocking
|