]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-sql/back-sql.h
now I remember why I introduced the 'has_ldapinfo_dn_ru' flag
[openldap] / servers / slapd / back-sql / back-sql.h
index 2fb550867065986bdd19c4b9b6e66a4f4216fc0b..77dc5e700fe4304b753c794b5b3afc4a95153e72 100644 (file)
@@ -1,24 +1,27 @@
-/*
- *      Copyright 1999, Dmitry Kovalev <mit@openldap.org>, All rights reserved.
+/* $OpenLDAP$ */
+/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- *      Redistribution and use in source and binary forms are permitted only
- *      as authorized by the OpenLDAP Public License.  A copy of this
- *      license is available at http://www.OpenLDAP.org/license.html or
- *      in file LICENSE in the top-level directory of the distribution.
- */
-/*
- *      Copyright 2002, Pierangelo Masarati <ando@OpenLDAP.org>.
- *      All rights reserved.
+ * Copyright 1999-2004 The OpenLDAP Foundation.
+ * Portions Copyright 1999 Dmitry Kovalev.
+ * Portions Copyright 2002 Pierangelo Mararati.
+ * All rights reserved.
  *
- *      This is a modified version of back-sql; the same conditions
- *      of the above reported Copyright statement, and sigificantly
- *      the OpenLDAP Public License apply.  Credits go to Dmitry 
- *      Kovalev for the initial development of the backend.
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted only as authorized by the OpenLDAP
+ * Public License.
  *
- *      This copyright statement cannot be altered.
+ * A copy of this license is available in the file LICENSE in the
+ * top-level directory of the distribution or, alternatively, at
+ * <http://www.OpenLDAP.org/license.html>.
+ */
+/* ACKNOWLEDGEMENTS:
+ * This work was initially developed by Dmitry Kovalev for inclusion
+ * by OpenLDAP Software.  Additional significant contributors include
+ *    Pierangelo Mararati
  */
+
 /*
- *      The following changes have been addressed:
+ * The following changes have been addressed:
  *      
  * Enhancements:
  *   - re-styled code for better readability
@@ -101,6 +104,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;