[Zope3-dev] Local authentication

Jim Fulton jim at zope.com
Tue Feb 1 15:07:32 EST 2005


Albertas Agejevas wrote:

> OK, suppose we make our top-level object an ISite.  Do you think it
> would be simpler to get our own authentication utility registered in
> the default implementation of SiteManager, or a hardwired custom
> ISiteManager implementation would be simpler?

Probably the former.  You just need a startup subscriber that
checks for the utility and adds it if it is absent.

Do you need your users to be stored in ZODB?

Jim

-- 
Jim Fulton           mailto:jim at zope.com       Python Powered!
CTO                  (540) 361-1714            http://www.python.org
Zope Corporation     http://www.zope.com       http://www.zope.org


More information about the Zope3-dev mailing list