Tools to assist setting access permissions and proxies
The fine grain control over access is both a virtue and a vice. | :-) Has anyone written a tool to examine a site (or a subtree of a site) and output current permission states? Even better would be a tool that would look at the site and generate the settings based upon a set of rules and policys. When a site gets complex keeping security setting correct is difficult.
I dont know of one, but I can think of quite a few ways that it could be done. One is that it would just show the differences on each directory or object so that you actually only see the root + diffs as opposed to the whole thing... -- Andy McKay Agmweb Consulting http://www.agmweb.ca ----- Original Message ----- From: "Dennis Allison" <allison@sumeru.stanford.EDU> To: <zope@zope.org> Cc: <allison@sumeru.stanford.edu> Sent: Saturday, August 10, 2002 2:48 PM Subject: [Zope] Tools to assist setting access permissions and proxies
The fine grain control over access is both a virtue and a vice. | :-)
Has anyone written a tool to examine a site (or a subtree of a site) and output current permission states? Even better would be a tool that would look at the site and generate the settings based upon a set of rules and policys. When a site gets complex keeping security setting correct is difficult.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
On Sat, Aug 10, 2002 at 02:48:26PM -0700, Dennis Allison wrote:
Has anyone written a tool to examine a site (or a subtree of a site) and output current permission states?
Try ZShell, available at http://www.librelogiciel.com/software/ It features a lsperms and a find command, which you can combine via find's --exec command line option to do what you want. hth. Jerome Alet
participants (3)
-
alet@unice.fr -
Andy McKay -
Dennis Allison