Code

Added acls for printer glpi
[gosa.git] / plugins / admin / systems / class_goShareServer.inc
index 87c854608e5056a0cc460271eb29c17849bbb348..99c75c32624facd006789bb49f2e70fedc431f1d 100644 (file)
@@ -440,6 +440,25 @@ class goShareServer extends plugin{
     return $mount;
   }
 
+
+  /* Return plugin informations for acl handling */
+  function plInfo()
+  {
+    return (array(
+          "plShortName"   => _("Shares"),
+          "plDescription" => _("Share service"),
+          "plSelfModify"  => FALSE,
+          "plDepends"     => array(),
+          "plPriority"    => 0,
+          "plSection"     => array("administration"),
+          "plCategory"    => array("server"),
+
+          "plProvidedAcls"=> array(
+            "goExportEntry"     =>_("Share entry"))
+          ));
+  }
+
+
 }
 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
 ?>