From: hickert Date: Tue, 28 Nov 2006 11:13:49 +0000 (+0000) Subject: Updated fai summary X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a7cc1b9715d3911f6a45f56259520c9894937ae8;p=gosa.git Updated fai summary git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5233 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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){