[Zope] Debug security settings
   
    Dieter Maurer
     
    dieter@handshake.de
       
    Wed, 18 Sep 2002 20:55:23 +0200
    
    
  
Peter Bengtsson writes:
 > ...
 > How do I debug to what permission this user fails to aquire? The list of 
 > permissions is very long and I can't find the one.
Apparently, he has no permission that would allow him to view any
of the tabs. This may mean, he cannot access "manage_workspace"
or "manage_main". Use "DocFinder/DocFinderEveryWhere" to find out,
how these methods are protected (you must use ZOPE_SECURITY_POLICY=PYTHON
or apply the patch, you will find in the Collector).
Dieter