]> git.sur5r.net Git - openldap/blobdiff - tests/data/slapd-pw.conf
Rework libldap to not attempt to set LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE
[openldap] / tests / data / slapd-pw.conf
index 1fd26b599241b8f4857607946f9c6d614d641a25..a40542e220c35e68798d56c29677c34876cbe321 100644 (file)
@@ -3,12 +3,10 @@
 # master slapd config -- for testing
 #
 ucdata-path    ./ucdata
-#include               ./data/slapd.at.conf
-#include               ./data/slapd.oc.conf
 include ./schema/core.schema
 include ./schema/cosine.schema
 include ./schema/inetorgperson.schema
-schemacheck    off
+include ./schema/openldap.schema
 pidfile     ./test-db/slapd.pid
 argsfile    ./test-db/slapd.args
 
@@ -18,16 +16,14 @@ argsfile    ./test-db/slapd.args
 # ldbm database definitions
 #######################################################################
 
-database       ldbm
-cachesize      0
-suffix         "o=University of Michigan, c=US"
+database       @BACKEND@
+#ldbm#cachesize        0
+suffix         "o=University of Michigan,c=US"
 directory      ./test-db
-rootdn         "cn=Manager, o=University of Michigan, c=US"
+rootdn         "cn=Manager,o=University of Michigan,c=US"
 rootpw         secret
 index          objectClass     eq
 index          cn,sn,uid       pres,eq,sub
-lastmod                on
-defaultaccess  none
 
 #
 # normal installations should protect root dse,