From e0782fdeb43be308d65f1454e5cb9c0ee126f61d Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 8 Mar 2010 08:07:36 +0000 Subject: [PATCH] Fixed acl handling in lists.n -Acls were not checked correctl. If we had permissions to view only phones, we got all systems listed, due to the fact that get_psermission can not differentiate between object types. We have to do this manually, not just iterate through all possible combinations of acl-categrory M /root/2.6/gosa-all/gosa/plugins/addons/goto/events/class_filterSystemByIp.inc dn and check if there is a -r- in the result. git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@16326 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../goto/addons/goto/events/class_filterSystemByIp.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gosa-plugins/goto/addons/goto/events/class_filterSystemByIp.inc b/gosa-plugins/goto/addons/goto/events/class_filterSystemByIp.inc index 643a42303..a2e4e19d7 100644 --- a/gosa-plugins/goto/addons/goto/events/class_filterSystemByIp.inc +++ b/gosa-plugins/goto/addons/goto/events/class_filterSystemByIp.inc @@ -1,7 +1,7 @@