mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-20 05:43:01 -05:00
Add ITS#1508 fix to allow ACIs to grant anonymous users access.
This commit is contained in:
parent
d30ab4c113
commit
7e9c78fbc6
1 changed files with 2 additions and 5 deletions
|
|
@ -859,11 +859,8 @@ acl_mask(
|
|||
* to first check b->a_access_mask, the ACL's access level.
|
||||
*/
|
||||
|
||||
if( op->o_ndn.bv_len == 0 ) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if ( e->e_dn == NULL ) {
|
||||
if ( e->e_nname.bv_len == 0 ) {
|
||||
/* no ACIs in the root DSE */
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue