]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-sql/back-sql.h
remove dnNormalize2
[openldap] / servers / slapd / back-sql / back-sql.h
index a456351479103a1cf41e4786d451930daf1331e0..63004112aaf9b59e12393e3080c352d6073208ed 100644 (file)
  *                             statements (needed by PostgreSQL)
  *       - upper_needs_cast    cast the argument of upper when required
  *                             (basically when building dn substring queries)
+ *   - added noop control
+ *   - added values return filter control
+ *   - hasSubordinate can be used in search filters (with limitations)
+ *   - eliminated oc->name; use oc->oc->soc_cname instead
  * 
  * Todo:
  *   - add security checks for SQL statements that can be injected (?)
@@ -80,7 +84,6 @@
  */
 #undef BACKSQL_TRACE
 
-
 typedef struct {
        char            *dbhost;
        int             dbport;
@@ -98,6 +101,9 @@ typedef struct {
        char            *insentry_query,*delentry_query;
        char            *id_query;
        char            *has_children_query;
+
+       MatchingRule    *bi_caseIgnoreMatch;
+
        struct berval   upper_func;
        struct berval   upper_func_open;
        struct berval   upper_func_close;