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'))
               keywords = createKeywords(**credentials)

On Aug 18, 2006, at 8:39 AM, Stefan H. Holek wrote:

http://svn.zope.org/PluggableAuthService/branches/shh- authentication-caching/

_______________________________________________
Zope-PAS mailing list
Zope-PAS@zope.org
http://mail.zope.org/mailman/listinfo/zope-pas

Reply via email to