mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-27 03:20:22 +08:00
20 lines
418 B
Plaintext
20 lines
418 B
Plaintext
include @SCHEMADIR@/core.schema
|
|
|
|
#mod#modulepath ../servers/slapd/back-@BACKEND@/
|
|
#mod#moduleload back_@BACKEND@.la
|
|
|
|
database @BACKEND@
|
|
suffix "o=undo"
|
|
rootdn "cn=Manager,o=undo"
|
|
rootpw secret
|
|
#~null~#directory @TESTDIR@/db.1.a
|
|
#indexdb#index objectClass eq
|
|
#indexdb#index cn,sn,uid pres,eq,sub
|
|
#ndb#dbname db_1
|
|
#ndb#include @DATADIR@/ndb.conf
|
|
|
|
database monitor
|
|
|
|
database config
|
|
include @TESTDIR@/configpw.conf
|