[Zope-PAS] Passwordless authentication

Lennart Regebro regebro at nuxeo.com
Mon Aug 30 15:16:01 EDT 2004


Zachery Bir wrote:
>> So that double mangling is prevented. That way the Authentication 
>> plugin can return the correct mangled user_id of the user.
> 
> 
> Nope. The Authentication plugin hands back a tuple of unmangled id and 
> login (login can be None).
> 
> That tuple will be passed to a IUserEnumeration plugin to satisfy within 
> itself. First one to respond positively wins, and *that's* the point 
> where PAS will mangle the id (the winning plugin's id is the namespace 
> in the above method).

Ah! That sounds like an even better solution! I'll take a look at fixing 
that tomorrow.




More information about the Zope-PAS mailing list