]> git.sur5r.net Git - openldap/blobdiff - tests/data/slapd-repl-master.conf
ITS#2401 support tests for dynamically loaded backends
[openldap] / tests / data / slapd-repl-master.conf
index 6df433a5029b8324473f563f749142ce4e442416..0123ae6a389cc710aea75323a18d5e4edac4aa6d 100644 (file)
@@ -3,34 +3,35 @@
 # master slapd config -- for testing of replication
 #
 ucdata-path    ./ucdata
-#include               ./data/slapd.at.conf
-#include               ./data/slapd.oc.conf
 include ./schema/core.schema
 include ./schema/cosine.schema
 include ./schema/inetorgperson.schema
-#
-schemacheck    off
+include ./schema/openldap.schema
 #
 pidfile     ./test-db/slapd.pid
 argsfile    ./test-db/slapd.args
 
+modulepath      ../servers/slapd/back-@BACKEND@/
+@MODULELOAD@
+
 #######################################################################
 # ldbm database definitions
 #######################################################################
 
-database       ldbm
-cachesize      0
-suffix         "o=University of Michigan, c=US"
+database       @BACKEND@
+#ldbm#cachesize        0
+suffix         "o=University of Michigan,c=US"
 directory      ./test-db
-rootdn         "cn=Manager, o=University of Michigan, c=US"
+rootdn         "cn=Manager,o=University of Michigan,c=US"
 rootpw         secret
-index          objectClass     eq
-index          cn,sn,uid       pres,eq,sub
-lastmod                on
+#ldbm#index            objectClass     eq
+#ldbm#index            cn,sn,uid       pres,eq,sub
+#bdb#index             objectClass     eq
+#bdb#index             cn,sn,uid       pres,eq,sub
 
 replogfile     ./test-db/slapd.replog
 
 replica                host=localhost:9010
-               binddn="cn=Replica, o=University of Michigan, c=US"
+               binddn="cn=Replica,o=University of Michigan,c=US"
                bindmethod=simple
                credentials=secret