From: hickert Date: Wed, 30 Nov 2005 09:32:50 +0000 (+0000) Subject: Added ACLs for PhoneAccount X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f0e935521d1d6907233484a164caf040bdedbfd6;p=gosa.git Added ACLs for PhoneAccount git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2150 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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"); ?>