Code

Added server service acls
[gosa.git] / plugins / admin / systems / class_goCupsServer.inc
index b244ef77b21210adbcf7dc4657bdd83fa32324d4..af31f680942094c347bf72079dbc35491f06753e 100644 (file)
@@ -198,6 +198,24 @@ class goCupsServer extends plugin{
     }
   }
 
+
+  /* Return plugin informations for acl handling */
+  function plInfo()
+  {
+    return (array(
+          "plShortName"   => _("Cups"),
+          "plDescription" => _("Cups 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:
 ?>