]> git.sur5r.net Git - openldap/blobdiff - tests/data/slapd-sql.conf
tavl_delete: copy balance factor
[openldap] / tests / data / slapd-sql.conf
index a7b4bfa6fe7c3bbd918b08720664a90349c2be12..08facd1f9ede536bceac08b05ccba2c3f7923877 100644 (file)
@@ -39,10 +39,6 @@ access to attr=userpassword
 access to *
        by * read
 
-# FIXME: this is required to work with referrals the old way;
-# the new way requires to map referrals in ldap_oc_mappings on their own
-schemacheck    off
-
 #######################################################################
 # sql database definitions
 #######################################################################
@@ -67,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(?,?)"