From f0e935521d1d6907233484a164caf040bdedbfd6 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 30 Nov 2005 09:32:50 +0000 Subject: [PATCH] Added ACLs for PhoneAccount git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2150 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/groups/acl_definition.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/admin/groups/acl_definition.inc b/plugins/admin/groups/acl_definition.inc index fe2e90169..0de443edc 100644 --- a/plugins/admin/groups/acl_definition.inc +++ b/plugins/admin/groups/acl_definition.inc @@ -245,8 +245,8 @@ $ACLD['intranetAccount'] =array("intranetAccount" ); $ACLD['pptpAccount'] =array("gosapptp" ); $ACLD['phpscheduleitAccount'] =array("gosaphpscheduleit" ); -$ACLD['goFonAccount'] = array("goFonDeliveryMode", "goFonFormat", - "goFonHardware","goFonPIN","goFonVoicemailPIN","telephoneNumber", "goFonMacro","macro"); +$ACLD['phoneAccount'] = array("goFonDeliveryMode", + "goFonHardware","goFonPIN","goFonVoicemailPIN","telephoneNumber", "goFonMacro"); $ACLD['global-addressbook']= array("create", "delete"); ?> -- 2.30.2