diff options
Diffstat (limited to 'tests/data/slapd-config-undo.conf')
-rw-r--r-- | tests/data/slapd-config-undo.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/data/slapd-config-undo.conf b/tests/data/slapd-config-undo.conf new file mode 100644 index 0000000..1319d34 --- /dev/null +++ b/tests/data/slapd-config-undo.conf @@ -0,0 +1,19 @@ +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 |