]> git.sur5r.net Git - openldap/commitdiff
ITS#786: fix IA5 string indexing to use appropriate routines
authorKurt Zeilenga <kurt@openldap.org>
Fri, 29 Sep 2000 00:24:43 +0000 (00:24 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 29 Sep 2000 00:24:43 +0000 (00:24 +0000)
servers/slapd/schema_init.c

index 0de00b9264da24de06d405d8bb567bee5190245b..6a2caef5b05d6930874c11f1e872d971c91e68d3 100644 (file)
@@ -4049,7 +4049,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' "