X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=plugins%2Fadmin%2Fgroups%2Facl_definition.inc;h=57d3382f14d9c16a55eb59dfe189a821833c824d;hb=1d1cd0cb530ce119ec3d8c26183da6795dff7ba2;hp=28d0e0dd8568642a739f700e2f07880674e66b8c;hpb=a4ff6ae3edef3f985aedd0b52d4c53759369675b;p=gosa.git diff --git a/plugins/admin/groups/acl_definition.inc b/plugins/admin/groups/acl_definition.inc index 28d0e0dd8..57d3382f1 100644 --- a/plugins/admin/groups/acl_definition.inc +++ b/plugins/admin/groups/acl_definition.inc @@ -7,7 +7,20 @@ $ACLD['application']=array("cn" => "LDAP name", "description" => "Description", "gosaApplicationExecute" => "Execute", "gosaApplicationFlags" => "Modify flags", + "gotoLogonScript" => "Script", + "gosaApplicationIcon" => "Icon", "gosaApplicationName" => "Visible name"); +$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", @@ -25,7 +38,6 @@ $ACLD['gofax']= array("cn", "description", "facsimileAlternateTelephoneNumber", "facsimileTelephoneNumber", - "faxReport", "goFaxBlocklist", "goFaxDeliveryMode", "goFaxFormat", @@ -211,6 +223,10 @@ $ACLD['samba']= ) ; +$ACLD['netatalk']= array( + "netatalkShare", + "netatalkUserHomepath"); + $ACLD['proxyAccount']= array( "proxyAccount", @@ -259,7 +275,8 @@ $ACLD['gotoEnvironment']=array( "gotoLogonScript", "gotoKioskProfile", "gotoProfileQuota", - "gotoHotplugDevice" + "gotoHotplugDevice", + "gotoShareAppleMounts" ); $ACLD['phpgwAccount'] =array("phpgwAccount" ); @@ -301,6 +318,7 @@ $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"); @@ -309,5 +327,6 @@ $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"); ?>