]> git.sur5r.net Git - openldap/blobdiff - tests/data/slapd.conf
Remove abandon cruft
[openldap] / tests / data / slapd.conf
index 9d9e53ce47aef158b0eb135a350ef1f637bca092..f08b06b1c7b8f8fb71359c5b4ecd3af2571fdf60 100644 (file)
@@ -7,6 +7,7 @@ ucdata-path     ./ucdata
 include ./schema/core.schema
 include ./schema/cosine.schema
 include ./schema/inetorgperson.schema
+include ./schema/openldap.schema
 schemacheck    on
 pidfile     ./test-db/slapd.pid
 argsfile    ./test-db/slapd.args
@@ -15,16 +16,16 @@ argsfile    ./test-db/slapd.args
 # ldbm database definitions
 #######################################################################
 
-backend @BACKEND@
-# #ldbm#directory ./test-db
-
 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          uid     pres,eq,sub
-index          cn,sn   pres,eq,sub,subany
+#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