Code

Updated fai summary
[gosa.git] / plugins / admin / fai / class_faiSummaryTab.inc
index 162236676e18903cb4add01832570c66a59ec66d..ed3c20418d27478c4a9e72cb41e6f2d48ab111de 100644 (file)
@@ -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){