]> git.sur5r.net Git - openldap/blobdiff - tests/data/slapd-meta.conf
allow a friendly behavior of write stress testers...
[openldap] / tests / data / slapd-meta.conf
index af7249c953e939f020781b48e37a70ac11cbcad1..e92ac94655b0388848fe375b4a35cded7d1cdeb2 100644 (file)
 ## top-level directory of the distribution or, alternatively, at
 ## <http://www.OpenLDAP.org/license.html>.
 
-include ./schema/core.schema
-include ./schema/cosine.schema
-include ./schema/inetorgperson.schema
-include ./schema/openldap.schema
-include ./schema/nis.schema
-include ./schema/ppolicy.schema
-pidfile     ./test-db/slapd.pid
-argsfile    ./test-db/slapd.args
+include                @SCHEMADIR@/core.schema
+include                @SCHEMADIR@/cosine.schema
+include                @SCHEMADIR@/inetorgperson.schema
+include                @SCHEMADIR@/openldap.schema
+include                @SCHEMADIR@/nis.schema
+include                @SCHEMADIR@/ppolicy.schema
+pidfile                @TESTDIR@/slapd.m.pid
+argsfile       @TESTDIR@/slapd.m.args
 
 #mod#modulepath        ../servers/slapd/back-@BACKEND@/
 #mod#moduleload        back_@BACKEND@.la
@@ -39,17 +39,13 @@ argsfile    ./test-db/slapd.args
 # database definitions
 #######################################################################
 
-database       @BACKEND@
-suffix         "ou=Meta,dc=example,dc=com"
-directory      ./testrun/db.2.a
-rootdn         "cn=Manager,ou=Meta,dc=example,dc=com"
-rootpw         secret
-index          objectClass eq
-
 database       meta
 suffix         "o=Example,c=US"
 rootdn         "cn=Manager,o=Example,c=US"
 rootpw         secret
+chase-referrals        no
+nretries       forever
+#nretries      1000
 
 # local
 uri            "@URI2@ou=Meta,o=Example,c=US"