X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=plugins%2Fadmin%2Fgroups%2Facl_definition.inc;h=57d3382f14d9c16a55eb59dfe189a821833c824d;hb=1d1cd0cb530ce119ec3d8c26183da6795dff7ba2;hp=3b2e9fabbeca0e4b22b774c2c2a770753ab551ea;hpb=12b6f6ad872dd5239874e52feb2e9fdd0b5869c3;p=gosa.git diff --git a/plugins/admin/groups/acl_definition.inc b/plugins/admin/groups/acl_definition.inc index 3b2e9fabb..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,8 +49,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", @@ -156,16 +174,15 @@ $ACLD['posix']= array("allowedHosts", "shadowMin", "shadowWarning", "uidNumber"); -$ACLD['samba']= array("acctFlags", - "allow_pwchange", - "homeDrive", - "no_password_required", - "profilePath", - "scriptPath", - "smbHome", - "temporary_disable"); - -$ACLD['samba'] = array ( +$ACLD['samba']= + array("acctFlags" => "samba2:acctFlags", + "allow_pwchange" => "samba2:allow_pwchange", + "homeDrive" => "samba2:homeDrive", + "no_password_required" => "samba2:no_password_required", + "profilePath" => "samba2:profilePath", + "scriptPath" => "samba2:scriptPath", + "smbHome" => "samba2:smbHome", + "temporary_disable" => "samba2:temporary_disable", "sambaHomePath" ,//=> _("Home path"), "sambaHomeDrive" ,//=> _("Home drive"), "sambaDomainName" ,//=> _("Samba domain name"), @@ -206,6 +223,10 @@ $ACLD['samba'] = array ( ) ; +$ACLD['netatalk']= array( + "netatalkShare", + "netatalkUserHomepath"); + $ACLD['proxyAccount']= array( "proxyAccount", @@ -223,10 +244,11 @@ $ACLD['pureftpdAccount']= array( "FTPQuotaMBytes", "FTPUploadRatio", "FTPDownloadRatio"); -$ACLD['goFonConference']= array( +$ACLD['conference']= array( "goFonConference", "goFonPIN", "base", + "delete", "cn", "description", "telephoneNumber", @@ -253,7 +275,8 @@ $ACLD['gotoEnvironment']=array( "gotoLogonScript", "gotoKioskProfile", "gotoProfileQuota", - "gotoHotplugDevice" + "gotoHotplugDevice", + "gotoShareAppleMounts" ); $ACLD['phpgwAccount'] =array("phpgwAccount" ); @@ -261,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"); @@ -282,5 +310,23 @@ $ACLD['nagiosAccount'] = array("NagiosAlias" , "AuthorizedConfigurationInformation" , "AuthorizedSystemInformation"); -$ACLD['global-addressbook']= array("create", "delete"); +$ACLD['addressbook']= array("addressbook","add", "delete", + "sn", "givenName", "mail", "title", + "initials", "homePostalAddress", "displayName", + "homePhone", "mobile", "o", "postalAddress", "l", + "postalCode", "st", "ou", "telephoneNumber", + "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['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"); + ?>