summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a2227f5)
raw | patch | inline | side by side (parent: a2227f5)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 29 May 2007 08:10:35 +0000 (08:10 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 29 May 2007 08:10:35 +0000 (08:10 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6500 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/addons/logview/class_gosa_logview.inc | patch | blob | history |
diff --git a/plugins/addons/logview/class_gosa_logview.inc b/plugins/addons/logview/class_gosa_logview.inc
index b6eede0c943a60c1afbce28aaf423894a440917d..78369e88a263dc1f9106f10c373ffbb7af24eb17 100644 (file)
$ui = get_userinfo();
$dn = $list_of_servers[$this->server]['DN'];
- $acls = $ui->get_permissions($dn,"users/user");
- echo $acls;
+ $acls = $ui->get_permissions($dn,"server/gosaLogServer","viewEntries");
+
if(!preg_match("/r/",$acls)){
$res = "<tr>
<td colspan=4>
/* Return plugin informations for acl handling
- #FIXME You can only read attributes within this report plugin */
+ #FIXME You can only read attributes within this report plugin
function plInfo()
{
return (array(
"plProvidedAcls" => array()
));
}
+ */
}
// vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
?>