]> git.sur5r.net Git - openldap/commitdiff
allow numericString match indexing
authorKurt Zeilenga <kurt@openldap.org>
Wed, 4 Oct 2000 02:23:42 +0000 (02:23 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 4 Oct 2000 02:23:42 +0000 (02:23 +0000)
servers/slapd/schema_init.c

index 6a2caef5b05d6930874c11f1e872d971c91e68d3..dcfb6f4d93fd85870e727135dcb1565b68e5497b 100644 (file)
@@ -3921,7 +3921,9 @@ struct mrule_defs_rec mrule_defs[] = {
                "SYNTAX 1.3.6.1.4.1.1466.115.121.1.36 )",
                SLAP_MR_EQUALITY | SLAP_MR_EXT,
                NULL, NULL,
-               caseIgnoreIA5Match, NULL, NULL,
+               caseIgnoreIA5Match,
+               caseIgnoreIA5Indexer,
+               caseIgnoreIA5Filter,
                NULL},
 
        {"( 2.5.13.10 NAME 'numericStringSubstringsMatch' "