mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-13 07:43:50 -05:00
ITS#7350 actually use zero-length value ACLs
This commit is contained in:
parent
3d107181cf
commit
6655e2793e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue