]> git.sur5r.net Git - openldap/blobdiff - tests/data/slapd-sql.conf
ITS#3671 must release conn->c_mutex to allow blocked writers to exit
[openldap] / tests / data / slapd-sql.conf
index 13356523fe33e3ef713b695eaea4a6daed744c62..3d3adacb6ec2688e004eda70c9d2092f665ed355 100644 (file)
@@ -2,7 +2,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 1998-2003 The OpenLDAP Foundation.
+## Copyright 1998-2005 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
@@ -44,8 +44,8 @@ access to *
 #######################################################################
 
 database        sql
-suffix          "o=Example,c=RU"
-rootdn         "cn=Manager,o=Example,c=RU"
+suffix          "dc=example,dc=com"
+rootdn         "cn=Manager,dc=example,dc=com"
 rootpw          secret
 dbname          example
 dbuser          manager
@@ -54,14 +54,22 @@ dbpasswd        secret
 #
 # rdbms specific directives
 #
+# IBM db2
+#ibmdb2#upper_func             "ucase"
+#ibmdb2#upper_needs_cast       "yes"
+#ibmdb2#concat_pattern         "?||?"
+#ibmdb2#children_cond          "ucase(ldap_entries.dn)=ucase(cast(? as varchar(255)))"
+#ibmdb2#create_needs_select    "yes"
+#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_query  "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  "?||?"
+#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       "?||?"
 #
 # MySQL
-#mysql#concat_pattern  "concat(?,?)"
+#mysql#concat_pattern  "concat(?,?)"
 
 has_ldapinfo_dn_ru      no