Revert last ITS#6532 commit, it is incomplete.

Needs better MUTATION support in filter.c first.
This commit is contained in:
Hallvard Furuseth 2011-02-02 23:28:42 +00:00
parent b508c611a6
commit 4225acc07a

View file

@ -6757,7 +6757,7 @@ static slap_mrule_defs_rec mrule_defs[] = {
{"( 1.3.6.1.1.16.3 NAME 'UUIDOrderingMatch' "
"SYNTAX 1.3.6.1.1.16.1 )",
SLAP_MR_ORDERING | SLAP_MR_EXT | SLAP_MR_MUTATION_NORMALIZER, NULL,
SLAP_MR_ORDERING | SLAP_MR_MUTATION_NORMALIZER, NULL,
NULL, UUIDNormalize, octetStringOrderingMatch,
octetStringIndexer, octetStringFilter,
"UUIDMatch"},