mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
28 lines
701 B
Plaintext
28 lines
701 B
Plaintext
|
#
|
||
|
# 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
|
||
|
#
|
||
|
pidfile ./test-db/slapd.pid
|
||
|
argsfile ./test-db/slapd.args
|
||
|
|
||
|
modulepath ../servers/slapd/back-@BACKEND@/
|
||
|
@MODULELOAD@
|
||
|
|
||
|
#######################################################################
|
||
|
# database definitions
|
||
|
#######################################################################
|
||
|
|
||
|
database @BACKEND@
|
||
|
suffix "o=University of Michigan,c=US"
|
||
|
directory ./test-db
|
||
|
rootdn "cn=Manager,o=University of Michigan,c=US"
|
||
|
rootpw secret
|
||
|
index objectClass eq
|
||
|
index cn,sn,uid pres,eq,sub
|
||
|
|