Code

Added rights for fon/fax-reports addressbook
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 30 Nov 2005 13:49:50 +0000 (13:49 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 30 Nov 2005 13:49:50 +0000 (13:49 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2160 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/groups/acl_definition.inc

index 12a0442e4939bde2b712695b0920f125841fe4d3..a54012ab1e823696543b7e1766eb477cc5347b6e 100644 (file)
@@ -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");
 ?>