]> git.sur5r.net Git - openldap/blobdiff - tests/data/slapd-repl-master.conf
Rework libldap to not attempt to set LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE
[openldap] / tests / data / slapd-repl-master.conf
index 76df58f818018320b39e4fcc8e9aa8b829bb23ea..48c1c1b9b30486c4bd428186112af76e828e65f1 100644 (file)
@@ -2,13 +2,11 @@
 #
 # 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
-#
-schemacheck    off
+include ./schema/openldap.schema
 #
 pidfile     ./test-db/slapd.pid
 argsfile    ./test-db/slapd.args
@@ -17,18 +15,20 @@ argsfile    ./test-db/slapd.args
 # 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          cn,sn,uid       pres,eq
-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