]> git.sur5r.net Git - openldap/blobdiff - tests/data/slapd-master.conf
Updates for back-bdb testing
[openldap] / tests / data / slapd-master.conf
index 74ce2d19b00fa86e987cd3984536438b24445883..eb9aed92b94a7975199e1888ab4254f930106b3d 100644 (file)
@@ -1,20 +1,22 @@
+# $OpenLDAP$
 #
 # master slapd config -- for testing
 #
-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    on
+pidfile     ./test-db/slapd.pid
+argsfile    ./test-db/slapd.args
 
 #######################################################################
 # ldbm database definitions
 #######################################################################
 
-database       ldbm
-cachesize      4
+database       @BACKEND@
 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
-lastmod                on
+#ldbm#index            objectClass eq