ITS#7350 actually use zero-length value ACLs

This commit is contained in:
Howard Chu 2012-08-22 15:29:17 -07:00
parent 3d107181cf
commit 6655e2793e

View file

@ -614,7 +614,7 @@ slap_acl_get(
}
/* Is this ACL only for a specific value? */
if ( a->acl_attrval.bv_len ) {
if ( a->acl_attrval.bv_val ) {
if ( val == NULL ) {
continue;
}