]> git.sur5r.net Git - openldap/commitdiff
Import caseIgnoreIA5 fix from devel
authorKurt Zeilenga <kurt@openldap.org>
Fri, 29 Sep 2000 00:25:48 +0000 (00:25 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 29 Sep 2000 00:25:48 +0000 (00:25 +0000)
CHANGES
servers/slapd/schema_init.c

diff --git a/CHANGES b/CHANGES
index 275b3c54e35c197d5ffb0f05323df7c8e71a78fc..59da465a0fa0497fb6d8655833f2aadc60579ad3 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,7 @@ OpenLDAP 2.0.X Engineering
        Fixed slapd/ldbm/search confusing log message (ITS#771)
        Fixed slapd/sasl no cred bug
        Fixed slapd idletimeout lock bug (ITS#767)
+       Fixed slapd caseIgnoreIA5string indexing bug (ITS#786)
        Fixed slurpd TLS initialization bug (ITS#768)
        Updated -llber bprint routine
        Build Environment
index 5fda4b0992eac7a918d05a93c462f195a385efdf..0d4d609f85f8b2018b3be67486e2c00514ae0029 100644 (file)
@@ -4032,7 +4032,7 @@ struct mrule_defs_rec mrule_defs[] = {
                "SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )",
                SLAP_MR_EQUALITY | SLAP_MR_EXT,
                NULL, NULL,
-               caseIgnoreIA5Match, caseExactIA5Indexer, caseExactIA5Filter,
+               caseIgnoreIA5Match, caseIgnoreIA5Indexer, caseIgnoreIA5Filter,
                IA5StringApproxMatchOID },
 
        {"( 1.3.6.1.4.1.1466.109.114.3 NAME 'caseIgnoreIA5SubstringsMatch' "