From 7e68c67af1268fc0815d95eb2c43525bdba8dffd Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 30 Nov 2005 13:49:50 +0000 Subject: [PATCH] Added rights for fon/fax-reports addressbook git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2160 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/groups/acl_definition.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"); ?> -- 2.30.2