From: hickert Date: Thu, 11 Jan 2007 11:39:46 +0000 (+0000) Subject: Updated acl defs X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=547a5dbd13d2a863657d66274982d43b57ed4f34;p=gosa.git Updated acl defs git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5537 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/groups/acl_definition.inc b/plugins/admin/groups/acl_definition.inc index 158c80521..83d3d0050 100644 --- a/plugins/admin/groups/acl_definition.inc +++ b/plugins/admin/groups/acl_definition.inc @@ -429,13 +429,14 @@ $ACLD['mailqueue'] = array("mailqueue","unhold_all","hold_all","del_all","reque $ACLD['ldapmanager']= array("ldapmanager","import","export","xlsexport","csvimport"); $ACLD['FAIclass'] = array( + // Allow displaying of FAI menu element + "FAIclass" => "FAI management enabled"); $ACLD['phonequeue'] = array( "create","goFonTimeOut","goFonMaxLen","goFonAnnounceFrequency","goFonDialOption_t","goFonDialOption_T", "goFonDialOption_h","goFonDialOption_r","cn","goFonHomeServer", "goFonDialOption_H","goFonMusiconHold","goFonWelcomeMusic","goFonQueueReportHold","goFonQueueYouAreNext", "goFonQueueThereAre","goFonQueueCallsWaiting","goFonQueueThankYou","goFonQueueMinutes","goFonQueueSeconds","goFonQueueLessThan", - "telephoneNumber","goFonQueueLanguage","goFonQueueStrategy","goFonQueueAnnounceHoldtime","goFonQueueAnnounce","goFonDialOption","goFonQueueRetry"); // Allow displaying of FAI menu element - "FAIclass" => "FAI management enabled"); + "telephoneNumber","goFonQueueLanguage","goFonQueueStrategy","goFonQueueAnnounceHoldtime","goFonQueueAnnounce","goFonDialOption","goFonQueueRetry"); $ACLD['goFonMacro'] =array("goFonMacro","edit","delete"); $ACLD['mailogroup'] = array("create");