Code

Added acls
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 29 May 2007 08:10:35 +0000 (08:10 +0000)
committerhickert <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

index b6eede0c943a60c1afbce28aaf423894a440917d..78369e88a263dc1f9106f10c373ffbb7af24eb17 100644 (file)
@@ -154,8 +154,8 @@ class gosa_logview extends plugin
 
     $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>
@@ -329,7 +329,7 @@ class gosa_logview extends plugin
 
 
   /* 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(
@@ -344,6 +344,7 @@ class gosa_logview extends plugin
         "plProvidedAcls" => array()
         ));
   }
+  */
 }
 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
 ?>