From 645923b273be7e2b6988a2bdeb4e8e3346c89bb2 Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Fri, 22 Jul 2005 09:39:36 +0000 Subject: [PATCH] Remove redundant ACL check in operational attributes overlay --- servers/slapd/slapi/slapi_overlay.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/servers/slapd/slapi/slapi_overlay.c b/servers/slapd/slapi/slapi_overlay.c index 1df2b0f427..a45472032a 100644 --- a/servers/slapd/slapi/slapi_overlay.c +++ b/servers/slapd/slapi/slapi_overlay.c @@ -87,13 +87,6 @@ slapi_over_compute_output( } } - if ( !access_allowed( op, entry, desc, NULL, ACL_READ, c->cac_acl_state) ) { - slapi_log_error( SLAPI_LOG_ACL, "slapi_over_compute_output", - "acl: access to attribute %s not allowed\n", - desc->ad_cname.bv_val ); - return 0; - } - /* XXX perhaps we should check for existing attributes and merge */ for ( a = &rs->sr_operational_attrs; *a != NULL; a = &(*a)->a_next ) ; -- 2.39.5