mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 21:19:53 -05:00
csnOrderingMatch should have a normalizer
This commit is contained in:
parent
f11b45063d
commit
dbc0fdba58
1 changed files with 1 additions and 1 deletions
|
|
@ -6626,7 +6626,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,
|
||||
NULL, NULL, csnOrderingMatch,
|
||||
NULL, csnNormalize, csnOrderingMatch,
|
||||
NULL, NULL,
|
||||
"CSNMatch" },
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue