From: hickert Date: Wed, 7 Dec 2005 08:54:39 +0000 (+0000) Subject: Added ACLs for opengroupware X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a4ff6ae3edef3f985aedd0b52d4c53759369675b;p=gosa.git Added ACLs for opengroupware git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2246 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/groups/acl_definition.inc b/plugins/admin/groups/acl_definition.inc index 619c3c62f..28d0e0dd8 100644 --- a/plugins/admin/groups/acl_definition.inc +++ b/plugins/admin/groups/acl_definition.inc @@ -267,6 +267,11 @@ $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");