]> git.sur5r.net Git - openldap/blobdiff - tests/data/slapd.conf
Remove abandon cruft
[openldap] / tests / data / slapd.conf
index 23228a81a82653244ebc45933e7ad5f32cfafa30..f08b06b1c7b8f8fb71359c5b4ecd3af2571fdf60 100644 (file)
@@ -3,12 +3,11 @@
 # stand-alone slapd config -- for testing
 #      with indexing
 #
-#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/nis.schema
+include ./schema/openldap.schema
 schemacheck    on
 pidfile     ./test-db/slapd.pid
 argsfile    ./test-db/slapd.args
@@ -17,12 +16,16 @@ argsfile    ./test-db/slapd.args
 # ldbm database definitions
 #######################################################################
 
-database       ldbm
+database       @BACKEND@
 suffix         "o=University of Michigan, c=US"
 directory      ./test-db
 rootdn         "cn=Manager, o=University of Michigan, c=US"
 rootpw         secret
-index          objectClass     eq
-index          cn,sn,uid       pres,eq,sub
-dbnosync
-dbnolocking
+#ldbm#index            objectclass     eq
+#ldbm#index            uid     pres,eq,sub
+#ldbm#index            cn,sn   pres,eq,sub,subany
+#ldbm#dbnosync
+#ldbm#dbnolocking
+#bdb#index             objectclass     eq
+#bdb#index             uid     pres,eq,sub
+#bdb#index             cn,sn   pres,eq,sub,subany