]> git.sur5r.net Git - openldap/blobdiff - tests/data/slapd-repl-submaster.conf
ITS#2401 support tests for dynamically loaded backends
[openldap] / tests / data / slapd-repl-submaster.conf
index 4a0075b08888ef7e1d25d21d20f4567f23b2c52a..f7598665c6942aa87a411174d3a647d3f04a4950 100644 (file)
@@ -8,31 +8,32 @@ include ./schema/cosine.schema
 include ./schema/inetorgperson.schema
 include ./schema/openldap.schema
 #
-schemacheck    off
-#
 pidfile     ./test-db/slapd.pid
 argsfile    ./test-db/slapd.args
 
+modulepath      ../servers/slapd/back-@BACKEND@/
+@MODULELOAD@
+
 #######################################################################
 # ldbm database definitions
 #######################################################################
 
 database       @BACKEND@
-cachesize      0
-suffix         "o=University of Michigan, c=US"
+#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
 #ldbm#index            objectClass     eq
 #ldbm#index            cn,sn,uid       pres,eq,sub
 #bdb#index             objectClass     eq
 #bdb#index             cn,sn,uid       pres,eq,sub
-lastmod                on
 
 replogfile     ./test-db/slapd.replog
 
 replica                host=localhost:9010
-               suffix="ou=Groups, o=University of Michigan, c=US"
-               binddn="cn=Replica, ou=Groups, o=University of Michigan, c=US"
+               suffix="ou=Groups,o=University of Michigan,c=US"
+               attr!=description
+               binddn="cn=Replica,ou=Groups,o=University of Michigan,c=US"
                bindmethod=simple
                credentials=secret