[Zope] From database to acl_users

Dieter Maurer dieter@handshake.de
Fri, 22 Jun 2001 23:47:37 +0200 (CEST)


Gilles Lenfant writes:
 > I know how to get users/passwords/roles in straight Python/mxOdbc from a
 > corporate database.
 > 
 > I want to give Zope permissons to those users in addition to those from the
 > "acl_users" folder.
 > 
 > Means that when a user logs for basic authentication, it's credentials must
 > be compared with "natural" acl_user folder then with this database.
 > 
 > Any idea or related product ?
Maybe LoginManager.


Dieter