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:07:45 +0000 (08:07 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 8 Mar 2010 08:07:45 +0000 (08:07 +0000)
commit3bb9330defca92da8450f3f7b1045c95b757444f
tree647be50e97c30620d52c88ca807fabe3d3ed1e98
parent6a5b6939bf044297cb6b524d5e1c8e81967ffc15
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/fai/classSelect/class_filterFAIClass.inc dn and check if there is a -r- in the result.

git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@16329 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/fai/admin/fai/classSelect/class_filterFAIClass.inc