]> git.sur5r.net Git - openldap/commitdiff
blind fix
authorPierangelo Masarati <ando@openldap.org>
Wed, 26 Feb 2003 21:45:56 +0000 (21:45 +0000)
committerPierangelo Masarati <ando@openldap.org>
Wed, 26 Feb 2003 21:45:56 +0000 (21:45 +0000)
servers/slapd/acl.c

index 579add45d4e9baa81bee80971a311c59ab198dbf..4ca945e8dd0bbeff8a844cd3cb7b2c1626a8a727 100644 (file)
@@ -1813,7 +1813,7 @@ aci_mask(
                        at != NULL;
                        at = attrs_find( at->a_next, ad ) )
                {
-                       if (value_find_ex( ad, SLAP_MR_VALUE_NORMALIZED_MATCH, at->a_vals, &bv) == 0 ) {
+                       if (value_find_ex( ad, SLAP_MR_ASSERTED_VALUE_NORMALIZED_MATCH, at->a_vals, &bv) == 0 ) {
                                rc = 1;
                                break;
                        }