Code

Added some group acls
[gosa.git] / plugins / admin / fai / class_faiPackage.inc
index 3c35bf7551344762365b7bd4f852b284d96e02ad..a07c24240f40e50219970b4cf2a89e494eb67661 100644 (file)
@@ -532,6 +532,21 @@ class faiPackage extends plugin
       }
     }
   }
+
+  /* Return plugin informations for acl handling */ 
+  function plInfo()
+  {
+    return (array(  
+          "plDescription"     => _("FAI Package list"),
+          "plSelfModify"      => FALSE,
+          "plDepends"         => array("objectClass" => "FAIclass"),
+          "cn"                => _("Name"),
+          "description"       => _("Description"),
+          "FAIpackage"        => _("Packages"),
+          "FAIdebianSection"  => _("Section"),
+          "FAIinstallMethod"  => _("Install Method"),
+          "FAIdebianRelease"  => _("Release")));
+  }
 }
 
 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: