From: Pierangelo Masarati Date: Wed, 26 Feb 2003 21:45:56 +0000 (+0000) Subject: blind fix X-Git-Tag: NO_SLAP_OP_BLOCKS~273 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=937475efbf6142e220ea640de34a0eeedf9ca988;p=openldap blind fix --- diff --git a/servers/slapd/acl.c b/servers/slapd/acl.c index 579add45d4..4ca945e8dd 100644 --- a/servers/slapd/acl.c +++ b/servers/slapd/acl.c @@ -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; }