From: hickert Date: Wed, 30 Nov 2005 13:49:50 +0000 (+0000) Subject: Added rights for fon/fax-reports addressbook X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7e68c67af1268fc0815d95eb2c43525bdba8dffd;p=gosa.git Added rights for fon/fax-reports addressbook git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2160 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/groups/acl_definition.inc b/plugins/admin/groups/acl_definition.inc index 12a0442e4..a54012ab1 100644 --- a/plugins/admin/groups/acl_definition.inc +++ b/plugins/admin/groups/acl_definition.inc @@ -281,5 +281,7 @@ $ACLD['nagiosAccount'] = array("NagiosAlias" , "AuthorizedConfigurationInformation" , "AuthorizedSystemInformation"); -$ACLD['global-addressbook']= array("create", "delete"); +$ACLD['addressbook']= array("addressbook","create", "delete"); +$ACLD['fonreport'] = array("fonreport"); +$ACLD['faxreport'] = array("faxreport"); ?>