From 5f4c3e2c360779241d597df42b022c0896f7a508 Mon Sep 17 00:00:00 2001 From: cajus Date: Fri, 1 Dec 2006 10:37:33 +0000 Subject: [PATCH] Updated acl definition git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5285 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/groups/acl_definition.inc | 30 +++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/plugins/admin/groups/acl_definition.inc b/plugins/admin/groups/acl_definition.inc index cd7615762..8d1c53ba0 100644 --- a/plugins/admin/groups/acl_definition.inc +++ b/plugins/admin/groups/acl_definition.inc @@ -167,6 +167,35 @@ $ACLD['servdb']= array("goKrbServer", "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", @@ -350,6 +379,7 @@ $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", -- 2.30.2