Re: [Zope-PAS] Authentication caching

2006-08-18 Thread Chris McDonough
I know you didn't invent this pattern in this code, but I'm curious why the view_name here includes the login name. Isn't lookup disambigutated by the keywords dict and you could use a static view name? view_name = createViewName('_extractUserIds', credentials.get('login')

[Zope-PAS] Re: Plone Group assignment to LDAP group

2006-08-18 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jens Vagelpohl wrote: > > On 17 Aug 2006, at 10:36, Stephen Kenworthy wrote: > >>> Hi all, >>> >>> I've been trying out the Plone 2.5, Zope 2.8.7 release for the first >>> time and looking to migrate our intranet which is currently Plone 2.1. >>> >>>

RE: [Zope-PAS] Authentication caching

2006-08-18 Thread Ben Mason
That's great news and I don't have any objections. Any more work on PAS gets a big thumbs up in my eyes! Ben > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Stefan H. Holek > Sent: 18 August 2006 13:40 > To: zope-pas@zope.org > Subject: [Zope-PAS] A

[Zope-PAS] Authentication caching

2006-08-18 Thread Stefan H. Holek
Hi All, I am in the lucky position of being sponsored to do some PAS work (Thanks WU-Wien!). You may see more coming from this direction soon. ;-) As a first step I have implemented authentication caching in the "gateway" i.e. in _extractUserIds. If you want to have a look, you can find t

Re: [Zope-PAS] Plone Group assignment to LDAP group

2006-08-18 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 17 Aug 2006, at 10:36, Stephen Kenworthy wrote: Hi all, I've been trying out the Plone 2.5, Zope 2.8.7 release for the first time and looking to migrate our intranet which is currently Plone 2.1. I love the new pas system but am still get