Code

Updated system tabs
[gosa.git] / plugins / admin / systems / class_goSyslogServer.inc
index cbb56157a0b1449efd6495d3ea32a8d89675280b..7e389f9ab82f5ff3a49111d8a1dbd2ef814b69ed 100644 (file)
@@ -197,6 +197,23 @@ class goSyslogServer extends plugin{
     }
   }
 
+    /* Return plugin informations for acl handling */
+  function plInfo()
+  {
+    return (array(
+          "plShortName"   => _("Syslog"),
+          "plDescription" => _("Syslog service"),
+          "plSelfModify"  => FALSE,
+          "plDepends"     => array(),
+          "plPriority"    => 0,
+          "plSection"     => array("administration"),
+          "plCategory"    => array("server"),
+
+          "plProvidedAcls"=> array()
+          ));
+  }
+
+
 }
 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
 ?>