]> git.sur5r.net Git - openldap/blobdiff - tests/data/slapd-repl-master.conf
Remove abandon cruft
[openldap] / tests / data / slapd-repl-master.conf
index c3e1657285e10edfd9827f4dd340ec2161f0069c..727036e2ed33c00530e6b69e2f471a21a7476503 100644 (file)
@@ -1,9 +1,15 @@
+# $OpenLDAP$
 #
 # master slapd config -- for testing of replication
 #
-include                ./data/slapd.at.conf
-include                ./data/slapd.oc.conf
+ucdata-path    ./ucdata
+include ./schema/core.schema
+include ./schema/cosine.schema
+include ./schema/inetorgperson.schema
+include ./schema/openldap.schema
+#
 schemacheck    off
+#
 pidfile     ./test-db/slapd.pid
 argsfile    ./test-db/slapd.args
 
@@ -11,20 +17,21 @@ argsfile    ./test-db/slapd.args
 # ldbm database definitions
 #######################################################################
 
-database       ldbm
+database       @BACKEND@
 cachesize      0
 suffix         "o=University of Michigan, c=US"
 directory      ./test-db
 rootdn         "cn=Manager, o=University of Michigan, c=US"
 rootpw         secret
-index          cn,sn,uid       pres,eq,approx
-index          default         none
-# index                default         pres,eq,approx
+#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
-               binddn="cn=Manager, o=University of Michigan, c=US"
+               binddn="cn=Replica, o=University of Michigan, c=US"
                bindmethod=simple
                credentials=secret