From: Kurt Zeilenga Date: Wed, 4 Oct 2000 02:23:42 +0000 (+0000) Subject: allow numericString match indexing X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1813 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4dadd52ce7cab6f2c237a42f6fb4eddc1b4edc21;p=openldap allow numericString match indexing --- diff --git a/servers/slapd/schema_init.c b/servers/slapd/schema_init.c index 6a2caef5b0..dcfb6f4d93 100644 --- a/servers/slapd/schema_init.c +++ b/servers/slapd/schema_init.c @@ -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' "