mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
More ITS#6532: Support (:csnOrderingMatch:=foo)
This commit is contained in:
parent
4e3eac93f7
commit
e74964d51b
1 changed files with 1 additions and 1 deletions
|
|
@ -6771,7 +6771,7 @@ static slap_mrule_defs_rec mrule_defs[] = {
|
|||
|
||||
{"( 1.3.6.1.4.1.4203.666.11.2.3 NAME 'CSNOrderingMatch' "
|
||||
"SYNTAX 1.3.6.1.4.1.4203.666.11.2.1 )",
|
||||
SLAP_MR_HIDE | SLAP_MR_ORDERING | SLAP_MR_ORDERED_INDEX, NULL,
|
||||
SLAP_MR_HIDE | SLAP_MR_ORDERING | SLAP_MR_EXT | SLAP_MR_ORDERED_INDEX, NULL,
|
||||
NULL, csnNormalize, csnOrderingMatch,
|
||||
NULL, NULL,
|
||||
"CSNMatch" },
|
||||
|
|
|
|||
Loading…
Reference in a new issue