I originally had the same issue, I was trying to figure out how to retrieve 
the user or objects linked using the acl. 
It can be done, messily, but after some quiet contemplation and some posting 
back and forth on here I determined not
to do it.

So I decided to try to only use the ACL  when I need fine permissions. I was 
working on an app that started with one user
connected to a resume.  Then there were three other users that suddenly 
needed access.  We didn't want to create another 
many to many table for the user connections.  We ended up with all kinds of 
association checks to see if user B was linked
to user A with permission D.  The ACL would have made this much easier 
allowing permissions to be added and removed 
separately without all those checks.

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to