mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
22 lines
516 B
Plaintext
22 lines
516 B
Plaintext
include @SCHEMADIR@/core.schema
|
|
|
|
#mod#modulepath ../servers/slapd/back-@BACKEND@/
|
|
#mod#moduleload back_@BACKEND@.la
|
|
#monitormod#modulepath ../servers/slapd/back-monitor/
|
|
#monitormod#moduleload back_monitor.la
|
|
|
|
database @BACKEND@
|
|
suffix "o=undo"
|
|
directory @TESTDIR@/db.1.a
|
|
rootdn "cn=Manager,o=undo"
|
|
rootpw secret
|
|
#bdb#index objectClass eq
|
|
#bdb#index cn,sn,uid pres,eq,sub
|
|
#hdb#index objectClass eq
|
|
#hdb#index cn,sn,uid pres,eq,sub
|
|
|
|
#monitor#database monitor
|
|
|
|
database config
|
|
include @TESTDIR@/configpw.conf
|