mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Split glue test in two. Remove (slurpd) subtree replication test. Reorder syncrepl/proxy tests
28 lines
740 B
Text
28 lines
740 B
Text
#
|
|
# master slapd config -- for proxy cache testing
|
|
#
|
|
ucdata-path ./ucdata
|
|
include ./schema/core.schema
|
|
include ./schema/cosine.schema
|
|
include ./schema/inetorgperson.schema
|
|
include ./schema/openldap.schema
|
|
include ./schema/nis.schema
|
|
#
|
|
pidfile ./testrun/slapd.1.pid
|
|
argsfile ./testrun/slapd.1.args
|
|
|
|
modulepath ../servers/slapd/back-@BACKEND@/
|
|
@MODULELOAD@
|
|
|
|
#######################################################################
|
|
# database definitions
|
|
#######################################################################
|
|
|
|
database @BACKEND@
|
|
suffix "o=University of Michigan,c=US"
|
|
directory ./testrun/db.1.a
|
|
rootdn "cn=Manager,o=University of Michigan,c=US"
|
|
rootpw secret
|
|
index objectClass eq
|
|
index cn,sn,uid pres,eq,sub
|
|
|