Code

Added missing acls for addons
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 1 Dec 2005 09:46:54 +0000 (09:46 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 1 Dec 2005 09:46:54 +0000 (09:46 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2171 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/groups/acl_definition.inc

index 3c7323c8e78c6f4480f2c19305559193830e9dc6..fa5b8d622953a5d799504c9fd7d74497897fa959 100644 (file)
@@ -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");
 ?>