Code

Added FAIacl
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 1 Dec 2005 10:39:36 +0000 (10:39 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 1 Dec 2005 10:39:36 +0000 (10:39 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2174 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/groups/acl_definition.inc

index 76033c678f259c65e09dd40438abb58ec5faaf7f..b6ea49d97d72e1972c7e03ecb4104ff387471dcb 100644 (file)
@@ -292,4 +292,20 @@ $ACLD['faxreport'] =  array("faxreport");
 $ACLD['logview']       =  array("logview");
 $ACLD['mailqueue']     =  array("mailqueue","unhold_all","hold_all","del_all","requeue_all","unhold","hold","del","requeue","query","header");
 $ACLD['ldapmanager']=  array("ldapmanager","import","export","xlsexport","csvimport");
+
+$ACLD['FAIclass']      =       array(
+                                                               "FAIclass"                                                      => "FAIclass"
+/*                                                             ,"FAIhook-View"                                                 => "FAIhook : View",
+                                                               "FAIhook-Create"                                        => "FAIhook : Create",
+                                                               "FAIhook-Delete"                                        => "FAIhook : Delete",
+                                                               "FAIhook-cn"                                            => "FAIhook : cn",
+                                                               "FAIhook-description"                           => "FAIhook : description",
+                                                               "FAIhookEntry-View"                             => "FAIhookEntry : View",
+                                                               "FAIhookEntry-Create"                           => "FAIhookEntry : Create",
+                                                               "FAIhookEntry-Delete"                           => "FAIhookEntry : Delete",
+                                                               "FAIhookEntry-cn"                                       => "FAIhookEntry : cn",
+                                                               "FAIhookEntry-description"                      => "FAIhookEntry : description"*/
+                                                                               
+                                                               );
+
 ?>