X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2Fdata%2Fslapd.conf;h=ce2f117d57854dbd2318e6309265b7c43b1cc994;hb=698d73d5f38515fa326ebb86839bbeb64413fd12;hp=a55fa7566c41b2fc8dd408cfb5ce8b98c532a373;hpb=85571183cc323482a24a7a6321a93528a150d81d;p=openldap diff --git a/tests/data/slapd.conf b/tests/data/slapd.conf index a55fa7566c..ce2f117d57 100644 --- a/tests/data/slapd.conf +++ b/tests/data/slapd.conf @@ -7,7 +7,7 @@ ucdata-path ./ucdata include ./schema/core.schema include ./schema/cosine.schema include ./schema/inetorgperson.schema -schemacheck on +include ./schema/openldap.schema pidfile ./test-db/slapd.pid argsfile ./test-db/slapd.args @@ -15,16 +15,17 @@ 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 name pres,eq,sub,subany #ldbm#dbnosync #ldbm#dbnolocking +#bdb#index objectclass eq +#bdb#index uid pres,eq,sub +#bdb#index name pres,eq,sub,subany +#bdb#lockdetect default 5