27 Feb
2003
27 Feb
'03
6:28 p.m.
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...