From 7eb1d613662cc376a39bf492cc62a7f8c6dfe903 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 30 Nov 2005 07:28:04 +0000 Subject: [PATCH] ACL definitions git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2138 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/groups/acl_definition.inc | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/plugins/admin/groups/acl_definition.inc b/plugins/admin/groups/acl_definition.inc index 634a28ea4..5d49aaf54 100644 --- a/plugins/admin/groups/acl_definition.inc +++ b/plugins/admin/groups/acl_definition.inc @@ -190,14 +190,20 @@ $ACLD['samba'] = array ( ) ; -$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( @@ -233,6 +239,11 @@ $ACLD['gotoEnvironment']=array( "gotoHotplugDevice" ); +$ACLD['phpgwAccount'] =array("phpgwAccount" ); +$ACLD['webdavAccount'] =array("webdavAccount" ); +$ACLD['intranetAccount'] =array("intranetAccount" ); +$ACLD['pptpAccount'] =array("gosapptp" ); +$ACLD['phpscheduleitAccount'] =array("gosaphpscheduleit" ); $ACLD['goFonAccount'] = array("goFonDeliveryMode", "goFonFormat", "goFonHardware","goFonPIN","goFonVoicemailPIN","telephoneNumber", "goFonMacro","macro"); -- 2.30.2