Code

Added ACLs for FAI dialog
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 2 Dec 2005 08:45:49 +0000 (08:45 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 2 Dec 2005 08:45:49 +0000 (08:45 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2200 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/groups/acl_definition.inc

index 638bd208402d3ca9f6ba73a004d2a2d4741ffec8..b4bff2ebb4606926921324b2691288317575e590 100644 (file)
@@ -313,18 +313,7 @@ $ACLD['conference']        =       array(
 
 
 $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"*/
-                                                                               
-                                                               );
+                                                               // Allow displaying of FAI menu element
+                                                               "FAIclass"      => "FAI management enabled");
 
 ?>