Add ITS#1508 fix to allow ACIs to grant anonymous users access.

This commit is contained in:
Kurt Zeilenga 2002-01-11 23:48:22 +00:00
parent d30ab4c113
commit 7e9c78fbc6

View file

@ -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;
}