summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e653938)
raw | patch | inline | side by side (parent: e653938)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 28 Nov 2006 11:13:49 +0000 (11:13 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 28 Nov 2006 11:13:49 +0000 (11:13 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5233 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/fai/class_faiSummaryTab.inc | patch | blob | history |
index 162236676e18903cb4add01832570c66a59ec66d..ed3c20418d27478c4a9e72cb41e6f2d48ab111de 100644 (file)
$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){