X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=plugins%2Fadmin%2Fgroups%2Facl_definition.inc;h=9526c997747495bf92e6e4f35aed35f5f9a7353e;hb=8d25a981707ac7e708aca0ed6216c5379a1228f8;hp=92d285b9d0e5818566b422a903281585460bbf13;hpb=92f6cab32a20486b83340520e4a2f85f879f8be5;p=gosa.git diff --git a/plugins/admin/groups/acl_definition.inc b/plugins/admin/groups/acl_definition.inc index 92d285b9d..9526c9977 100644 --- a/plugins/admin/groups/acl_definition.inc +++ b/plugins/admin/groups/acl_definition.inc @@ -7,6 +7,8 @@ $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", @@ -60,6 +62,7 @@ $ACLD['group']= array("cn", "gidNumber"); $ACLD['appgroup']= array(); $ACLD['all']= array(); +$ACLD['acl']= array('acl'); $ACLD['mailgroup']= array("default_permission", "imap_perms", "member_permissions", @@ -100,6 +103,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", + "create", + "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", @@ -141,9 +238,10 @@ $ACLD['user']= array("academicTitle", "telephoneNumber", "uid", "vocation"); -$ACLD['mail']= array("custom_sieve", +$ACLD['mailAccount']= array( + "custom_sieve", "gosaMailAlternateAddress", - "gosaMailDeliveryMode", +# "gosaMailDeliveryMode", "gosaMailForwardingAddress", "gosaMailMaxSize", "gosaMailQuota", @@ -151,9 +249,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", @@ -172,7 +271,7 @@ $ACLD['posix']= array("allowedHosts", "shadowMin", "shadowWarning", "uidNumber"); -$ACLD['samba']= +$ACLD['sambaAccount']= array("acctFlags" => "samba2:acctFlags", "allow_pwchange" => "samba2:allow_pwchange", "homeDrive" => "samba2:homeDrive", @@ -263,7 +362,7 @@ $ACLD['conference']= array( "goFonConferenceOption_c", "goFonConferenceOwner"); -$ACLD['gotoEnvironment']=array( +$ACLD['environment']=array( "gotoPrinter", "gotoEnvironment", "gotoShare", @@ -280,6 +379,8 @@ $ACLD['gotoEnvironment']=array( $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",