From a7cc1b9715d3911f6a45f56259520c9894937ae8 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 28 Nov 2006 11:13:49 +0000 Subject: [PATCH] Updated fai summary git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5233 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/fai/class_faiSummaryTab.inc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/plugins/admin/fai/class_faiSummaryTab.inc b/plugins/admin/fai/class_faiSummaryTab.inc index 162236676..ed3c20418 100644 --- a/plugins/admin/fai/class_faiSummaryTab.inc +++ b/plugins/admin/fai/class_faiSummaryTab.inc @@ -376,11 +376,6 @@ class faiSummaryTab extends plugin{ $dn = $this->Releases [$this->Release]; $resolvedClasses = get_all_objects_for_given_base($dn,"(&(objectClass=FAIclass)(cn=".$class."))"); - /* Check acls -> are we allowed to view the config summary ? */ - if(!$this->acl_is_readable("readable")) { - return; - } - /* Try to fetch all types of fai objects with the given cn */ foreach($resolvedClasses as $obj){ -- 2.30.2