Re: [Zope-dev] REQUEST.AUTHENTICATED_USER question

2002-01-24 Thread vio
Excellent! Precisely what I'm looking for. Thanks! Vio * Jens Vagelpohl [EMAIL PROTECTED] [020124 10:46]: vio, for your situation the simplest thing would be to use the CookieUserFolder (see http://www.dataflake.org/software/cookieuserfolder) which is as simple as the standard user

Re: [Zope-dev] REQUEST.AUTHENTICATED_USER question

2002-01-23 Thread vio
First, thanks for your time on this thread, everybody! * Leonardo Rochael Almeida [EMAIL PROTECTED] [020123 19:42]: Hi Vio, By the contents of your message, you seem to be a little off track w.r.t. the way authentication works between the browser and Zope. By now you seem to have

Re: [Zope-dev] REQUEST.AUTHENTICATED_USER question

2002-01-23 Thread vio
* Leonardo Rochael Almeida [EMAIL PROTECTED] [020124 00:03]: Hi vio, Pardon our insistence in helping you out, but you asked to be told if something in your description smelt rotten and, besides the fact that yes, you are reinventing the wheel (and reinventing it square, by the way

[Zope-dev] REQUEST.AUTHENTICATED_USER question

2002-01-20 Thread vio
like a lot of overhead. Vio ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org

Re: [Zope-dev] Security Gurus Wanted

2002-01-19 Thread vio
have found this alone by a long shot. Thanks. Sorry for the cross-post. * Steve Alexander [EMAIL PROTECTED] [020118 15:43]: vio wrote: Could someone have a look at the following 'Boring' class with the security functionality added (as described in ZopeBook/6.Security and some other products

Re: [Zope-dev] Security Gurus Wanted

2002-01-19 Thread vio
* vio [EMAIL PROTECTED] [020119 09:56]: vio wrote: Just a word to thank you for your reply. But incidently, wouldn't it be a good idea for Globals.InitializeClass() to throw an error or a warning of some kind for hanging 'security.stuff()' declarations, declarations which do not have

Re: [Zope-dev] Security Gurus Wanted

2002-01-19 Thread vio
out of my league, for now. Anyway, the important thing is that your initial comments regarding Boring.py were right on target: 'security = ClassSecurityInfo()' must be declared INSIDE the class. It really solved my problem. Thanks again !!! Cheers, Vio * Steve Alexander [EMAIL PROTECTED

Re: [Zope-dev] Security Gurus Wanted

2002-01-19 Thread vio
this done in some product I used as a learning example). But your point is well taken ... plus module-level security declarations have no effect at the class level. Vio ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope

[Zope-dev] Security Gurus Wanted

2002-01-18 Thread vio
Could someone have a look at the following 'Boring' class with the security functionality added (as described in ZopeBook/6.Security and some other products). Could 'security' machinery be broken in Zope-2.4.1 ? It surely doesn't seem to work as adverised, on my machine at least (Debian Linux