mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
More ITS#6532: Support (:UUIDOrderingMatch:=foo)
This commit is contained in:
parent
11e2ac526c
commit
b508c611a6
1 changed files with 1 additions and 1 deletions
|
|
@ -6757,7 +6757,7 @@ static slap_mrule_defs_rec mrule_defs[] = {
|
||||||
|
|
||||||
{"( 1.3.6.1.1.16.3 NAME 'UUIDOrderingMatch' "
|
{"( 1.3.6.1.1.16.3 NAME 'UUIDOrderingMatch' "
|
||||||
"SYNTAX 1.3.6.1.1.16.1 )",
|
"SYNTAX 1.3.6.1.1.16.1 )",
|
||||||
SLAP_MR_ORDERING | SLAP_MR_MUTATION_NORMALIZER, NULL,
|
SLAP_MR_ORDERING | SLAP_MR_EXT | SLAP_MR_MUTATION_NORMALIZER, NULL,
|
||||||
NULL, UUIDNormalize, octetStringOrderingMatch,
|
NULL, UUIDNormalize, octetStringOrderingMatch,
|
||||||
octetStringIndexer, octetStringFilter,
|
octetStringIndexer, octetStringFilter,
|
||||||
"UUIDMatch"},
|
"UUIDMatch"},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue