]> git.sur5r.net Git - openldap/blobdiff - tests/data/slapd-relay.conf
allow a friendly behavior of write stress testers...
[openldap] / tests / data / slapd-relay.conf
index 3948c10966a50ae101e4c6ed6be9f6014c176e31..8cf8cc64552c822219a8d8c5adec6e1aa227fdc9 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.pid
+argsfile       @TESTDIR@/slapd.args
 
 #mod#modulepath        ../servers/slapd/back-@BACKEND@/
 #mod#moduleload        back_@BACKEND@.la
@@ -41,10 +41,12 @@ argsfile    ./test-db/slapd.args
 
 database       @BACKEND@
 suffix         "dc=example,dc=com"
-directory      ./testrun/db.1.a
+directory      @TESTDIR@/db.1.a
 rootdn         "cn=Manager,dc=example,dc=com"
 rootpw         secret
-index          objectClass eq
+#bdb#index             objectClass eq
+#hdb#index             objectClass eq
+#ldbm#index            objectClass eq
 
 database       @RELAY@
 suffix         "o=Example,c=US"
@@ -93,4 +95,4 @@ suffix                "o=Beispiel,c=DE"
 #relay-meta#uri                "@URI1@o=Beispiel,c=DE"
 #relay-meta#suffixmassage      "o=Beispiel,c=DE" "dc=example,dc=com"
 
-#monitor#database monitor
+#monitor#database      monitor