Code

Fixed acl handling in lists.n -Acls were not checked correctl. If we had permissions...
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 8 Mar 2010 08:08:04 +0000 (08:08 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 8 Mar 2010 08:08:04 +0000 (08:08 +0000)
commite45ef5c9d4fd43508d9321bde36d0d3d38bb93b8
tree0e77cd26d21be652c17407185e2bcfe6155c4982
parent4c7367ec2b5eb647a9563edd89753f52877a57e8
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/admin/systems/services/repository/class_filterServRepository.inc dn and check if there is a -r- in the result.

git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@16336 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/fai/admin/systems/services/repository/class_filterServRepository.inc