1998-08-09 08:43:13 +08:00
|
|
|
#
|
|
|
|
# master slapd config -- for testing of replication
|
|
|
|
#
|
|
|
|
include ./data/slapd.at.conf
|
|
|
|
include ./data/slapd.oc.conf
|
|
|
|
schemacheck off
|
1999-01-22 02:08:33 +08:00
|
|
|
pidfile ./test-repl/slapd.pid
|
|
|
|
argsfile ./test-repl/slapd.args
|
1998-08-09 08:43:13 +08:00
|
|
|
|
|
|
|
#######################################################################
|
|
|
|
# ldbm database definitions
|
|
|
|
#######################################################################
|
|
|
|
|
|
|
|
database ldbm
|
1999-04-10 09:40:33 +08:00
|
|
|
cachesize 0
|
1998-08-09 08:43:13 +08:00
|
|
|
suffix "o=University of Michigan, c=US"
|
|
|
|
directory ./test-repl
|
|
|
|
rootdn "cn=Manager, o=University of Michigan, c=US"
|
|
|
|
rootpw secret
|
|
|
|
updatedn "cn=Manager, o=University of Michigan, c=US"
|
|
|
|
index cn,sn,uid pres,eq,approx
|
|
|
|
index default none
|
1999-02-02 01:37:43 +08:00
|
|
|
# index default pres,eq,approx
|
1998-08-09 08:43:13 +08:00
|
|
|
lastmod on
|