From: Kurt Zeilenga Date: Fri, 29 Sep 2000 00:24:43 +0000 (+0000) Subject: ITS#786: fix IA5 string indexing to use appropriate routines X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1859 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cd9b8b1fe9936ca35b761dc2078a4244bcf17248;p=openldap ITS#786: fix IA5 string indexing to use appropriate routines --- diff --git a/servers/slapd/schema_init.c b/servers/slapd/schema_init.c index 0de00b9264..6a2caef5b0 100644 --- a/servers/slapd/schema_init.c +++ b/servers/slapd/schema_init.c @@ -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' "