Re: [Zope-PAS] Re: auth fallback with cookies

2005-08-10 Thread Sidnei da Silva
On Wed, Aug 10, 2005 at 11:59:34AM -0400, Tres Seaver wrote: | Sidnei da Silva wrote: | On Sun, Aug 07, 2005 at 03:49:36PM -0700, Kapil Thangavelu wrote: | | make the cookie auth plugin push form credentials into the the request | | as basic auth headers ala cookie crumbler. | | I've tried

Re: [Zope-PAS] Cookie Auth Monopolizes Challenge?

2005-08-11 Thread Sidnei da Silva
is: Is this a bug in PAS that it doesn't do this even if it pretends to? Or are people really expected to keep reinventing the wheel? -- Sidnei da Silva Enfold Systems, LLC. http://enfoldsystems.com ___ Zope-PAS mailing list Zope-PAS@zope.org http

Re: [Zope-PAS] PAS tests failures

2005-11-03 Thread Sidnei da Silva
On Thu, Nov 03, 2005 at 05:40:46PM +0100, Julien Anguenot wrote: | -BEGIN PGP SIGNED MESSAGE- | Hash: SHA1 | | Sidnei da Silva wrote: | Without looking at it myself, I think the problem is | 'handle_errors=False'. Change that to True and it *might* fix the | issue. | | | yup that's

Re: [Zope-PAS] RFC: PAS Release plan

2005-11-08 Thread Sidnei da Silva
of the GRUF-migration code (I think). Talking about PlonePAS, I would like to see at least the extra interfaces defined in PlonePAS (mainly group management stuff) moved to PAS before the 1.2 release. Would that be acceptable? -- Sidnei da Silva Enfold Systems, LLC. http://enfoldsystems.com

Re: [Zope-PAS] Re: Five interfaces

2005-11-17 Thread Sidnei da Silva
On Thu, Nov 17, 2005 at 06:47:59PM -0600, J Cameron Cooper wrote: | Sidnei da Silva wrote: | On Thu, Nov 17, 2005 at 02:42:00PM -0600, J Cameron Cooper wrote: | | The trunk currently says in PluggableAuthService.py:: | | | | try: | | from OFS.interfaces import IObjectManager | | from

[Zope-PAS] Failing to fill users properties, should it cause an error?

2007-02-02 Thread Sidnei da Silva
this is possible to do. Any objections? -- Sidnei da Silva Enfold Systemshttp://enfoldsystems.com Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214 ___ Zope-PAS mailing list Zope-PAS@zope.org http://mail.zope.org/mailman/listinfo/zope

[Zope-PAS] ScriptablePlugin woes...

2007-02-22 Thread Sidnei da Silva
minutes ago. A workaround for PAS would be to define __setstate__/__getstate__ on ScriptablePlugin and 'clean up' the Provides declaration. -- Sidnei da Silva Enfold Systemshttp://enfoldsystems.com Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214

Re: [Zope-PAS] PlonePAS using SQL get AttributeError

2007-04-18 Thread Sidnei da Silva
with those the users within the plone code. i agree that its lame. Lame or not lame, it's been there for almost two years, and everyone complains but no-one came up with a better solution so far. Patches accepted, as usual. -- Sidnei da Silva Enfold Systemshttp://enfoldsystems.com Fax

Re: [Zope-PAS] Re: PlonePAS using SQL get AttributeError

2007-04-19 Thread Sidnei da Silva
', 'if it breaks don't come complain to us, is not our fault'. Maybe it would be better *not* to recommend PAS at all. -- Sidnei da Silva Enfold Systemshttp://enfoldsystems.com Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214 ___ Zope-PAS

Re: [Zope-PAS] Re: PlonePAS using SQL get AttributeError

2007-04-19 Thread Sidnei da Silva
On 4/19/07, Wichert Akkerman [EMAIL PROTECTED] wrote: Previously Sidnei da Silva wrote: Lets rephrase this: is the problem you see that the site user folder (which will be a PAS) issues a challenge, which results in credentials which the root user folder can not handle? Yes. -- Sidnei da

Re: [Zope-PAS] Re: PlonePAS using SQL get AttributeError

2007-04-19 Thread Sidnei da Silva
On 4/19/07, Kapil Thangavelu [EMAIL PROTECTED] wrote: why wouldn't the root just fall back to its own default if it can't find credentials, like in the case of a standard zodb user folder at the root, basic auth? It simply never gets a chance to do that IIRC. -- Sidnei da Silva Enfold Systems

Re: [Zope-PAS] Re: PlonePAS using SQL get AttributeError

2007-04-19 Thread Sidnei da Silva
style credentials. Correct. In the case of PlonePAS, we are just making the default, out-of-the-box config be not broken instead of being broken by default. -- Sidnei da Silva Enfold Systemshttp://enfoldsystems.com Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214

Re: [Zope-PAS] Re: PlonePAS using SQL get AttributeError

2007-04-19 Thread Sidnei da Silva
. That's exactly where the problem is, IIRC. They set request._auth, but at the time control is passed to the standard user folder, request._auth has already been bound to a local variable in BaseRequest.traverse(). -- Sidnei da Silva Enfold Systemshttp://enfoldsystems.com Fax +1