]> git.sur5r.net Git - openldap/commitdiff
csnOrderingMatch should have a normalizer
authorHoward Chu <hyc@openldap.org>
Mon, 13 Jul 2009 09:39:39 +0000 (09:39 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 13 Jul 2009 09:39:39 +0000 (09:39 +0000)
servers/slapd/schema_init.c

index 7ddcbc45d492398464b34eab0ef6cb120785d880..bb027823ecf971351b06f02531f0ddc1e9b4e014 100644 (file)
@@ -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" },