X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=plugins%2Fadmin%2Fgroups%2Facl_definition.inc;h=57d3382f14d9c16a55eb59dfe189a821833c824d;hb=1d1cd0cb530ce119ec3d8c26183da6795dff7ba2;hp=54a5e2dd4b0f9c988d4c47b36f47bc1914e13cab;hpb=690b4654ecbcda097128e15e7446723b090df7be;p=gosa.git diff --git a/plugins/admin/groups/acl_definition.inc b/plugins/admin/groups/acl_definition.inc index 54a5e2dd4..57d3382f1 100644 --- a/plugins/admin/groups/acl_definition.inc +++ b/plugins/admin/groups/acl_definition.inc @@ -7,12 +7,29 @@ $ACLD['application']=array("cn" => "LDAP name", "description" => "Description", "gosaApplicationExecute" => "Execute", "gosaApplicationFlags" => "Modify flags", + "gotoLogonScript" => "Script", + "gosaApplicationIcon" => "Icon", "gosaApplicationName" => "Visible name"); -$ACLD['department']= array("businessCategory", +$ACLD['mimetype']=array("cn" => "LDAP name", + "create" => "Create", + "delete" => "Delete", + "description" => "Description", + "gotoMimeIcon" => "Icon", + "gotoMimeApplication" => "Modify flags", + "gotoMimeEmbeddedApplication" => "Embedded applications", + "gotoMimeLeftClickAction" => "Left click actions", + "gotoMimeFilePattern" => "File patterns", + "gotoMimeGroup" => "Mime group", + "description" => "Description"); +$ACLD['department']= array( + "businessCategory", "description", "facsimileTelephoneNumber", "l", "ou", + "create", + "delete", + "base", "postalAddress", "st", "telephoneNumber"); @@ -21,7 +38,6 @@ $ACLD['gofax']= array("cn", "description", "facsimileAlternateTelephoneNumber", "facsimileTelephoneNumber", - "faxReport", "goFaxBlocklist", "goFaxDeliveryMode", "goFaxFormat", @@ -33,10 +49,10 @@ $ACLD['gofax']= array("cn", "gosaMailForwardingAddress"); $ACLD['blocklists']= array("cn", "create", - "type", "delete", "description", "goFaxBlocklist"); +$ACLD['ogroup']= array("ogroup","create","delete","cn", "description", "gosaGroupObjects","base"); $ACLD['group']= array("cn", "create", "delete", @@ -207,6 +223,10 @@ $ACLD['samba']= ) ; +$ACLD['netatalk']= array( + "netatalkShare", + "netatalkUserHomepath"); + $ACLD['proxyAccount']= array( "proxyAccount", @@ -224,10 +244,11 @@ $ACLD['pureftpdAccount']= array( "FTPQuotaMBytes", "FTPUploadRatio", "FTPDownloadRatio"); -$ACLD['goFonConference']= array( +$ACLD['conference']= array( "goFonConference", "goFonPIN", "base", + "delete", "cn", "description", "telephoneNumber", @@ -254,7 +275,8 @@ $ACLD['gotoEnvironment']=array( "gotoLogonScript", "gotoKioskProfile", "gotoProfileQuota", - "gotoHotplugDevice" + "gotoHotplugDevice", + "gotoShareAppleMounts" ); $ACLD['phpgwAccount'] =array("phpgwAccount" ); @@ -262,6 +284,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"); @@ -291,32 +318,15 @@ $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( // Allow displaying of FAI menu element "FAIclass" => "FAI management enabled"); $ACLD['goFonMacro'] =array("goFonMacro","edit","delete"); +$ACLD['kolabAccount'] =array("kolabAccount","kolabFreeBusyFuture", "unrestrictedMailSize", "calFBURL","kolabDelegate"); ?>