X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=plugins%2Fadmin%2Fgroups%2Facl_definition.inc;h=b6ea49d97d72e1972c7e03ecb4104ff387471dcb;hb=171fa7eeb42d269216ad5e3838f370b560d45360;hp=12a0442e4939bde2b712695b0920f125841fe4d3;hpb=8f1aa7bf59680c5e86317c52841dc9038b36c68d;p=gosa.git diff --git a/plugins/admin/groups/acl_definition.inc b/plugins/admin/groups/acl_definition.inc index 12a0442e4..b6ea49d97 100644 --- a/plugins/admin/groups/acl_definition.inc +++ b/plugins/admin/groups/acl_definition.inc @@ -281,5 +281,31 @@ $ACLD['nagiosAccount'] = array("NagiosAlias" , "AuthorizedConfigurationInformation" , "AuthorizedSystemInformation"); -$ACLD['global-addressbook']= array("create", "delete"); +$ACLD['addressbook']= array("addressbook","add", "delete", + "sn", "givenName", "mail", "title", + "initials", "homePostalAddress", "displayName", + "homePhone", "mobile", "o", "postalAddress", "l", + "postalCode", "st", "ou", "telephoneNumber", + "facsimileTelephoneNumber", "pager"); +$ACLD['fonreport'] = array("fonreport", "src", "dst", "channel", "lastapp", "disposition", "duration"); +$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"*/ + + ); + ?>