]> git.sur5r.net Git - openldap/blobdiff - tests/data/slapd-sql.conf
allow a friendly behavior of write stress testers...
[openldap] / tests / data / slapd-sql.conf
index 3d3adacb6ec2688e004eda70c9d2092f665ed355..8b7ae7dc40bf0b22df62b22e3e999168f0166bd3 100644 (file)
 ## <http://www.OpenLDAP.org/license.html>.
 
 #ucdata-path   ./ucdata
-include ./schema/core.schema
-include ./schema/cosine.schema
-include ./schema/inetorgperson.schema
-include ./schema/openldap.schema
-include ./schema/nis.schema
-pidfile     ./testrun/slapd.1.pid
-argsfile    ./testrun/slapd.1.args
+include                @SCHEMADIR@/core.schema
+include                @SCHEMADIR@/cosine.schema
+include                @SCHEMADIR@/inetorgperson.schema
+include                @SCHEMADIR@/openldap.schema
+include                @SCHEMADIR@/nis.schema
+pidfile                @TESTDIR@/slapd.1.pid
+argsfile       @TESTDIR@/slapd.1.args
 
 #sqlmod#modulepath ../servers/slapd/back-sql/
 #sqlmod#moduleload back_sql.la
@@ -63,10 +63,10 @@ dbpasswd        secret
 #ibmdb2#insentry_stmt          "insert into ldap_entries (id,dn,oc_map_id,parent,keyval) values ((select case when max(id) is null then 1 else max(id) + 1 end from ldap_entries),?,?,?,?)"
 #
 # PostgreSQL
-#postgres#insentry_stmt                "insert into ldap_entries (id,dn,oc_map_id,parent,keyval) values ((select case when max(id) is null then 1 else max(id) + 1 end from ldap_entries),?,?,?,?)"
-#postgres#upper_func           "upper"
-#postgres#strcast_func         "text"
-#postgres#concat_pattern       "?||?"
+#pgsql#insentry_stmt           "insert into ldap_entries (id,dn,oc_map_id,parent,keyval) values ((select case when max(id) is null then 1 else max(id) + 1 end from ldap_entries),?,?,?,?)"
+#pgsql#upper_func              "upper"
+#pgsql#strcast_func            "text"
+#pgsql#concat_pattern  "?||?"
 #
 # MySQL
 #mysql#concat_pattern  "concat(?,?)"