From b717f70a17c6aaf3818ce50a291e04fd2a1b1ca9 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 1 Dec 2005 09:46:54 +0000 Subject: [PATCH] Added missing acls for addons git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2171 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/groups/acl_definition.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/admin/groups/acl_definition.inc b/plugins/admin/groups/acl_definition.inc index 3c7323c8e..fa5b8d622 100644 --- a/plugins/admin/groups/acl_definition.inc +++ b/plugins/admin/groups/acl_definition.inc @@ -289,4 +289,7 @@ $ACLD['addressbook']= array("addressbook","add", "delete", "facsimileTelephoneNumber", "pager"); $ACLD['fonreport'] = array("fonreport", "src", "dst", "channel", "lastapp", "disposition", "duration"); $ACLD['faxreport'] = array("faxreport"); +$ACLD['logview'] = array("logview"); +$ACLD['mailqueue'] = array("mailqueue"); +$ACLD['ldapmanager']= array("ldapmanager"); ?> -- 2.30.2