Code

Added missing acl attributes
[gosa.git] / plugins / admin / groups / acl_definition.inc
index 634a28ea4e01eaeac3e774b605b79f7d85694e8d..57d3382f14d9c16a55eb59dfe189a821833c824d 100644 (file)
@@ -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,54 +174,81 @@ $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 (
-                                               "sambaLogonTime"        => _("Limit Logon Time"),
-                                               "sambaLogoffTime"       => _("Limit Logoff Time"), 
-                                               "sambaKickoffTime"      => _("Account expiry"),         
-                                               "sambaPwdCanChange"     => _("Can change password"),
-                                               "sambaPwdMustChange"=> _("Password expiry"), 
-                                       "sambaHomePath"         => _("Home path"), 
-                                               "sambaHomeDrive"        => _("Home drive"), 
-                                               "sambaLogonScript"      => _("Logon script"),
-                                       "sambaProfilePath"      => _("Profile path"),    
-                                               "sambaDomainName"       => _("Samba domain name"),
-                                               "allow_pwchange"        => _("Allow password change"),
-                                               "no_password_required" => _("Login from windows client requires no password"),
-                                               "temporary_disable" => _("Lock account"),
-                                               "sambaUserWorkstation"=> _("Allow connection from these workstations only"),
-                                               "connectclientdrives"   => _("Connect client drives at logon"),
-                                               "connectclientprinters" => _("Connect client printers at logon"),
-                                               "defaultprinter"                => _("Default to main client printer"),
-                                               "shadow"                                => _("Shadowing"),
-                                               "brokenconn"                    => _("On broken or timed out"),
-                                               "reconn"                                => _("Reconnect if disconnected"),
-                                               "inherit"                               => _("Inherit client config")
+$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"),
+                                               "sambaLogonScript"      ,//=> _("Logon script"),
+                                       "sambaProfilePath"      ,//=> _("Profile path"),         
+
+                                               "sambaLogonTime",//     => _("Limit Logon Time"),
+                                               "sambaLogoffTime",//    => _("Limit Logoff Time"), 
+                                               "sambaKickoffTime",//   => _("Account expiry"),         
+                                               "sambaPwdCanChange",//  => _("Can change password"),
+                                               "sambaPwdMustChange",//=> _("Password expiry"), 
+                                               "allow_pwchange"        ,//=> _("Allow password change"),
+                                               "no_password_required",// => _("Login from windows client requires no password"),
+                                               "temporary_disable",// => _("Lock account"),
+                                               "sambaUserWorkstation",//=> _("Allow connection from these workstations only"),
+
+                                               "connectclientdrives",//        => _("Connect client drives at logon"),
+                                               "connectclientprinters",// => _("Connect client printers at logon"),
+                                               "defaultprinter",//             => _("Default to main client printer"),
+
+                                               "shadow",//                             => _("Shadowing"),
+                                               "brokenconn",//                 => _("On broken or timed out"),
+                                               "reconn",//                             => _("Reconnect if disconnected"),
+
+                                               "inherit",//                            => _("Inherit client config")
+                                               "tslogin",//                            => _("Inherit client config")
+               
+                                               "CtxWFHomeDir",
+                                               "CtxWFHomeDirDrive",
+                                               "CtxWFProfilePath",
+
+                                               "CtxMaxConnectionTime",
+                                               "CtxMaxDisconnectionTime",
+                                               "CtxMaxIdleTime",
+
+                                               "CtxInitialProgram",
+                                               "CtxWorkDirectory"
+                               
                                                ) ;
 
+$ACLD['netatalk']=     array(
+                       "netatalkShare",
+                       "netatalkUserHomepath");
 
-$ACLD['proxy']=      array("gosaProxyAcctFlags",
+
+$ACLD['proxyAccount']=      array(
+                       "proxyAccount",
+                       "gosaProxyAcctFlags",
+                       "gosaProxyQuota",
                        "gosaProxyWorkingStart",
                        "gosaProxyWorkingStop");
 
-$ACLD['pureftpd']=   array("FTPUploadBandwidth",
+$ACLD['pureftpdAccount']=   array(
+                       "pureftpd",     
+                       "FTPUploadBandwidth",
+                       "FTPStatus",
                        "FTPDownloadBandwidth",
                        "FTPQuotaFiles",
-                       "FTPQuotaFiles",
+                       "FTPQuotaMBytes",
                        "FTPUploadRatio",
                        "FTPDownloadRatio");
-$ACLD['goFonConference']= array(
+$ACLD['conference']= array(
                        "goFonConference",
                        "goFonPIN",
                        "base",
+                       "delete",
                        "cn",
                        "description",
                        "telephoneNumber",                      
@@ -230,12 +275,58 @@ $ACLD['gotoEnvironment']=array(
                                        "gotoLogonScript",
                                        "gotoKioskProfile",
                                        "gotoProfileQuota",
-                                       "gotoHotplugDevice"
+                                       "gotoHotplugDevice",
+                                       "gotoShareAppleMounts"
                                        );
 
+$ACLD['phpgwAccount']                  =array("phpgwAccount"                   );
+$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");
+
+$ACLD['nagiosAccount'] = array("NagiosAlias"
+, "NagiosPager"
+, "NagiosMail"
+, "HostNotificationPeriod"
+, "ServiceNotificationPeriod"
+, "HostNotificationCommands"
+, "ServiceNotificationCommands"
+, "HostNotificationOptions"
+, "ServiceNotificationOptions"
+, "AuthorizedAllHosts"
+, "AuthorizedAllServices"
+, "AuthorizedSystemCommands"
+, "AuthorizedAllHostCommands"
+, "AuthorizedAllServiceCommands"
+, "AuthorizedConfigurationInformation"
+, "AuthorizedSystemInformation");
+
+$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['goFonAccount'] = array("goFonDeliveryMode", "goFonFormat",
-      "goFonHardware","goFonPIN","goFonVoicemailPIN","telephoneNumber", "goFonMacro","macro");
+$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");
 
-$ACLD['global-addressbook']=  array("create", "delete");
 ?>