From: hickert Date: Thu, 1 Dec 2005 10:39:36 +0000 (+0000) Subject: Added FAIacl X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=171fa7eeb42d269216ad5e3838f370b560d45360;p=gosa.git Added FAIacl git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2174 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/groups/acl_definition.inc b/plugins/admin/groups/acl_definition.inc index 76033c678..b6ea49d97 100644 --- a/plugins/admin/groups/acl_definition.inc +++ b/plugins/admin/groups/acl_definition.inc @@ -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"*/ + + ); + ?>