From d15deb74627e9e17b6244224eb6741ecda0a066a Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 8 Mar 2010 08:50:48 +0000 Subject: [PATCH] Updated ACL handling in groups git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@16346 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_filterLDAP.inc | 2 +- gosa-core/plugins/admin/groups/group-list.xml | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/gosa-core/include/class_filterLDAP.inc b/gosa-core/include/class_filterLDAP.inc index ce2538b83..4fa1e2a20 100644 --- a/gosa-core/include/class_filterLDAP.inc +++ b/gosa-core/include/class_filterLDAP.inc @@ -118,7 +118,7 @@ class filterLDAP { $result[]= $attrs; } }else{ - trigger_error("Invalid objectType given, please check listing.xml '{$dn}'!"); + //trigger_error("Invalid objectType given, please check listing.xml '{$dn}'!"); } } } diff --git a/gosa-core/plugins/admin/groups/group-list.xml b/gosa-core/plugins/admin/groups/group-list.xml index 22b02b28f..efdcca10c 100644 --- a/gosa-core/plugins/admin/groups/group-list.xml +++ b/gosa-core/plugins/admin/groups/group-list.xml @@ -19,6 +19,23 @@ plugins/groups/images/groups.png + + + gotoSubmenuEntry + groups + group + plugins/groups/images/groups.png + + + + + gotoMenuEntry + groups + group + plugins/groups/images/groups.png + + + -- 2.30.2