[Zope] Roles on the fly

Stefan H. Holek stefan@epy.co.at
Thu, 27 Feb 2003 19:28:38 +0100


If it is certificate authentication you want, this may give you some 
pointers

http://www.zope.org/Members/zhivago/SSLCertAuth/How-To_SSLCertAuth
http://www.zope.org/Members/zhivago/SSLCertAuth/SSLCertAuth

Stefan


On Dienstag, Feb 25, 2003, at 11:39 Europe/Vienna, Antonio Beamud 
Montero wrote:

> Hi all:
> I have defined some roles and I need to assign the roles to the users 
> in
> a dynamic way...
> I'm thinking in doing that in the __call__ method of the root object of
> my hierarchy, there I modify the Request to authenticate the user with
> X.509 certificates and change the user roles... I the correct way?
>
> A lot of thanks...