Code

Updated acl definition
[gosa.git] / plugins / admin / groups / acl_definition.inc
index 28d0e0dd8568642a739f700e2f07880674e66b8c..8d1c53ba076b66948d6c1baab66efcb85c659763 100644 (file)
@@ -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",
@@ -90,6 +102,100 @@ $ACLD['terminal']=   array("gotoAdaptPath",
                        "gotoXdmcpServer",
                        "login",
                        "password");
+$ACLD['workgeneric']=   array("base",
+                       "gotoMode",
+                       "gotoSyslogServer",
+                       "gotoNtpServer",
+                       "action",
+                       "password");
+$ACLD['workstartup']=   array("gotoBootKernel",
+                       "gotoKernelParameters",
+                       "FAIdebianMirror",
+                       "FAIclass",
+                       "gotoModules",
+                       "gotoShare");
+$ACLD['workservice']=   array("gotoXKbModel",
+                       "gotoXKbLayout",
+                       "gotoXKbVariant",
+                       "gotoXMouseType",
+                       "gotoXMouseport",
+                       "gotoXResolution",
+                       "gotoXColordepth",
+                       "AutoSync",
+                       "gotoXHsync",
+                       "gotoVHsync",
+                       "gotoScannerEnable",
+                       "gotoXDriver");
+$ACLD['printgeneric']=   array("cn",
+                       "base",
+                       "labeledURI",
+                       "gotoPrinterPPD",
+                       "gotoUserPrinter",
+                       "macAddress",
+                       "gotoUserAdminPrinter",
+                       "gotoGroupAdminPrinter",
+                       "gotoUserPrinter",
+                       "gotoAdminPrinter",
+                       "description");
+$ACLD['servgeneric']=   array("cn",
+                       "base",
+                       "gotoMode",
+                       "description");
+$ACLD['servdb']=   array("goKrbServer",
+                       "goKrbRealm",
+                       "goKrbAdmin",
+                       "goFaxServer",
+                       "goFaxAdmin",
+                       "goFaxPassword",
+                       "goFonServer",
+                       "goFonAdmin",
+                       "goFonPassword",
+                       "goFonCountryCode",
+                       "goFonAreaCode",
+                       "goImapServer",
+                       "goImapPassword",
+                       "goImapName",
+                       "goImapConnect",
+                       "goImapAdmin",
+                       "goImapPassword",
+                       "goImapSievePort",
+                       "goLogDBServer",
+                       "goLogAdmin",
+                       "goLogPassword",
+                       "goGlpiServer",
+                       "goGlpiAdmin",
+                       "goGlpiPassword",
+                       "goGlpiDatabase",
+                       "goKrbPassword");
+$ACLD['servkolab']=   array("postfix_mydomain",
+                       "postfix_mydestination",
+                       "cyrus_admins",
+                       "cyrus_pop3s",
+                       "cyrus_imap",
+                       "cyrus_imaps",
+                       "cyrus_sieve",
+                       "proftpd_ftp",
+                       "apache_http",
+                       "postfix_enable_virus_scan",
+                       "apache_allow_unauthenticated_fb",
+                       "postfix_mynetworks",
+                       "postfix_relayhost",
+                       "postfix_allow_unauthenticated",
+                       "cyrus_pop3");
+$ACLD['servservice']=   array("goExportEntry",
+                       "goExportEntry",
+                       "goNtpServer",
+                       "goLdapBase",
+                       "goTerminalServer",
+                       "goXdmcpIsEnabled",
+                       "goSyslogServer",
+                       "goCupsServer",
+                       "goMailServer",
+                       "goLdapServer");
+$ACLD['servrepository']=   array("",
+                       "base",
+                       "gotoMode",
+                       "description");
 $ACLD['user']=       array("academicTitle",
                        "create",
                        "delete",
@@ -131,9 +237,10 @@ $ACLD['user']=       array("academicTitle",
                        "telephoneNumber",
                        "uid",
                        "vocation");
-$ACLD['mail']=       array("custom_sieve",
+$ACLD['mailAccount']=       array(
+                       "custom_sieve",
                        "gosaMailAlternateAddress",
-                       "gosaMailDeliveryMode",
+#                      "gosaMailDeliveryMode",
                        "gosaMailForwardingAddress",
                        "gosaMailMaxSize",
                        "gosaMailQuota",
@@ -141,9 +248,10 @@ $ACLD['mail']=       array("custom_sieve",
                        "gosaSpamMailbox",
                        "gosaSpamSortLevel",
                        "gosaVacationMessage",
+                        "drop_own_mails",
                        "mail",
                        "only_local");
-$ACLD['posix']=      array("allowedHosts",
+$ACLD['posixAccount']=      array("allowedHosts",
                        "force_ids",
                        "gidNumber",
                        "gosaDefaultLanguage",
@@ -162,7 +270,7 @@ $ACLD['posix']=      array("allowedHosts",
                        "shadowMin",
                        "shadowWarning",
                        "uidNumber");
-$ACLD['samba']=      
+$ACLD['sambaAccount']=      
                        array("acctFlags" => "samba2:acctFlags", 
                        "allow_pwchange" => "samba2:allow_pwchange",
                        "homeDrive"     => "samba2:homeDrive",
@@ -211,6 +319,10 @@ $ACLD['samba']=
                                
                                                ) ;
 
+$ACLD['netatalk']=     array(
+                       "netatalkShare",
+                       "netatalkUserHomepath");
+
 
 $ACLD['proxyAccount']=      array(
                        "proxyAccount",
@@ -249,7 +361,7 @@ $ACLD['conference']= array(
                        "goFonConferenceOption_c",
                        "goFonConferenceOwner");
 
-$ACLD['gotoEnvironment']=array(
+$ACLD['environment']=array(
                                        "gotoPrinter",
                                        "gotoEnvironment",
                                        "gotoShare",
@@ -259,12 +371,15 @@ $ACLD['gotoEnvironment']=array(
                                        "gotoLogonScript",
                                        "gotoKioskProfile",
                                        "gotoProfileQuota",
-                                       "gotoHotplugDevice"
+                                       "gotoHotplugDevice",
+                                       "gotoShareAppleMounts"
                                        );
 
 $ACLD['phpgwAccount']                  =array("phpgwAccount"                   );
 $ACLD['webdavAccount']                 =array("webdavAccount"                  );
 $ACLD['intranetAccount']               =array("intranetAccount"                );
+$ACLD['systems']                       =array("systems"                );
+$ACLD['FAIclass']                      =array("FAIclass"               );
 $ACLD['pptpAccount']                   =array("gosapptp"                               );
 $ACLD['phpscheduleitAccount']  =array("gosaphpscheduleit"              );
 $ACLD['opengwAccount']                 =array( "opengwAccount" =>"Enable/disable account",     
@@ -301,6 +416,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 +425,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");
 
 ?>