]> 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 2ba1eed6915eaf440441e778dcfc9f21036060a7..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.m.pid
-argsfile    ./test-db/slapd.m.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
@@ -43,9 +43,9 @@ database      meta
 suffix         "o=Example,c=US"
 rootdn         "cn=Manager,o=Example,c=US"
 rootpw         secret
-dont-chase-referrals
-#nretries      forever
-nretries       1000
+chase-referrals        no
+nretries       forever
+#nretries      1000
 
 # local
 uri            "@URI2@ou=Meta,o=Example,c=US"