]> git.sur5r.net Git - openldap/blobdiff - tests/data/slapd-pw.conf
Remove abandon cruft
[openldap] / tests / data / slapd-pw.conf
index 4c85e6b67aa60adfa421388229c25474f24aafb4..1faa185bd8427c42e2126974686d2e3b7bd07d78 100644 (file)
@@ -2,11 +2,11 @@
 #
 # 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
+include ./schema/openldap.schema
 schemacheck    off
 pidfile     ./test-db/slapd.pid
 argsfile    ./test-db/slapd.args
@@ -17,16 +17,15 @@ 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          objectClass     eq
+index          cn,sn,uid       pres,eq,sub
 lastmod                on
-defaultaccess  none
 
 #
 # normal installations should protect root dse,