mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
893aa3eddb
Done for keywords index,limits. (Also do 'mode' if there were any cases.) Change generated by: perl -i -pw0777e ' INIT { $q=qr/\#(?:[bh]|index|main)db\#/im; $k=qr/(?:index|limits|mode)\b/ } 0 while s/^$q($k.*\n)((?:$q.*\n)*?)\n?$q\1/\#maindb\#$1$2/imo; s/^\#maindb\#index/\#indexdb\#index/igm; ' tests/data/*.* tests/data/regressions/*/*.*
22 lines
520 B
Plaintext
22 lines
520 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"
|
|
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
|
|
|
|
#monitor#database monitor
|
|
|
|
database config
|
|
include @TESTDIR@/configpw.conf
|