X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=plugins%2Fadmin%2Fgroups%2Facl_definition.inc;h=f0356021672bf6b90485f58ea2b02946eba9e854;hb=b46d3077ce55dcd5845143a425a4ee39dd61e15a;hp=638bd208402d3ca9f6ba73a004d2a2d4741ffec8;hpb=619afb691a2cee0eaf0408269f86d5a17361b3d6;p=gosa.git diff --git a/plugins/admin/groups/acl_definition.inc b/plugins/admin/groups/acl_definition.inc index 638bd2084..f03560216 100644 --- a/plugins/admin/groups/acl_definition.inc +++ b/plugins/admin/groups/acl_definition.inc @@ -8,11 +8,15 @@ $ACLD['application']=array("cn" => "LDAP name", "gosaApplicationExecute" => "Execute", "gosaApplicationFlags" => "Modify flags", "gosaApplicationName" => "Visible name"); -$ACLD['department']= array("businessCategory", +$ACLD['department']= array( + "businessCategory", "description", "facsimileTelephoneNumber", "l", "ou", + "create", + "delete", + "base", "postalAddress", "st", "telephoneNumber"); @@ -33,8 +37,10 @@ $ACLD['gofax']= array("cn", "gosaMailForwardingAddress"); $ACLD['blocklists']= array("cn", "create", + "delete", "description", "goFaxBlocklist"); +$ACLD['ogroup']= array("ogroup","create","delete","cn", "description", "gosaGroupObjects","base"); $ACLD['group']= array("cn", "create", "delete", @@ -222,10 +228,11 @@ $ACLD['pureftpdAccount']= array( "FTPQuotaMBytes", "FTPUploadRatio", "FTPDownloadRatio"); -$ACLD['goFonConference']= array( +$ACLD['conference']= array( "goFonConference", "goFonPIN", "base", + "delete", "cn", "description", "telephoneNumber", @@ -260,6 +267,11 @@ $ACLD['webdavAccount'] =array("webdavAccount" ); $ACLD['intranetAccount'] =array("intranetAccount" ); $ACLD['pptpAccount'] =array("gosapptp" ); $ACLD['phpscheduleitAccount'] =array("gosaphpscheduleit" ); +$ACLD['opengwAccount'] =array( "opengwAccount" =>"Enable/disable account", + "LocationTeam" =>"Location team", + "TemplateUser" =>"Template user", + "is_locked" =>"Lock status", + "TeamIDs" =>"Teams"); $ACLD['phoneAccount'] = array("goFonDeliveryMode", "goFonHardware","goFonPIN","goFonVoicemailPIN","telephoneNumber", "goFonMacro"); @@ -289,42 +301,14 @@ $ACLD['addressbook']= array("addressbook","add", "delete", "facsimileTelephoneNumber", "pager"); $ACLD['fonreport'] = array("fonreport", "src", "dst", "channel", "lastapp", "disposition", "duration"); $ACLD['faxreport'] = array("faxreport"); +$ACLD['connectivity']= array("connectivity"); $ACLD['logview'] = array("logview"); $ACLD['mailqueue'] = array("mailqueue","unhold_all","hold_all","del_all","requeue_all","unhold","hold","del","requeue","query","header"); $ACLD['ldapmanager']= array("ldapmanager","import","export","xlsexport","csvimport"); -$ACLD['conference'] = array( - "conference", - "cn", - "base", - "description", - "goFonPIN", - "goFonConferenceOption_P", - "goFonConferenceOption_r", - "goFonConferenceOption_M", - "goFonConferenceOption_s", - "goFonConferenceOption_i", - "goFonConferenceOption_c", - "goFonConferenceOption_D", - "goFonConferenceOptionFormat", - "goFonConferenceOptionLifetime", - "telephoneNumber", - "goFonConferenceOwner"); - - $ACLD['FAIclass'] = array( - "FAIclass" => "FAIclass" -/* ,"FAIhook-View" => "FAIhook : View", - "FAIhook-Create" => "FAIhook : Create", - "FAIhook-Delete" => "FAIhook : Delete", - "FAIhook-cn" => "FAIhook : cn", - "FAIhook-description" => "FAIhook : description", - "FAIhookEntry-View" => "FAIhookEntry : View", - "FAIhookEntry-Create" => "FAIhookEntry : Create", - "FAIhookEntry-Delete" => "FAIhookEntry : Delete", - "FAIhookEntry-cn" => "FAIhookEntry : cn", - "FAIhookEntry-description" => "FAIhookEntry : description"*/ - - ); + // Allow displaying of FAI menu element + "FAIclass" => "FAI management enabled"); +$ACLD['goFonMacro'] =array("goFonMacro","edit","delete"); ?>