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
|
1998-08-08 20:43:13 -04:00
|
|
|
|
|
|
|
|
#######################################################################
|
|
|
|
|
# ldbm database definitions
|
|
|
|
|
#######################################################################
|
|
|
|
|
|
|
|
|
|
database ldbm
|
1998-12-10 14:20:15 -05:00
|
|
|
cachesize 4
|
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
|
|
|
|
|
index cn,sn,uid pres,eq,approx
|
|
|
|
|
index default none
|
|
|
|
|
lastmod on
|