-----Original Message----- From: Stuart 'Zen' Bishop [mailto:zen@cs.rmit.edu.au] Sent: Tuesday, October 19, 1999 7:40 AM To: zope@zope.org Subject: [Zope] List All users with a given permission
I suddenly find myself with a need to populate a list box with all users with a given permission on a particular object. Is there any nifty method hidden away to do this? Or would I be reduced to crawling up the tree looking for userfolders and iterating over the contents (could be a bit sluggish with 3000+ users...)
Uhhhh.... I suspect this can't be done, especially since user's permissions can change from object to object..that's not even the hard part. I could be completly wrong, I'm not the security guru around here.
Perhaps I'll just require tying the username and verifying on form submission :-)
That's probably your best bet. -Michel