[Zope] SSLCertAuth Question

Dieter Maurer dieter@handshake.de
Wed, 3 Jul 2002 20:16:56 +0200


mac leus writes:
 > I would be very pleased if anyone could give me some help with the following
 > problem. I tried to use the SSL Cert Auth product to do SSL client
 > authentication on a Windows 2000 machine. It works fine on a Windows 2000 pro machine,
 > but fails on a Windows 2000 Server machine. The error message I get is the
 > following:
 > 
 > Traceback (most recent call last):
 > ...
 > "C:\PROGRA~1\PKIINT~1\lib\python\Products\SSLCertAuth\SSLCertAuth.py", line 38, in SSLCertAuth
 >     ViewManagementScreens =
 > AccessControl.Permissions.view_management_screens
 > AttributeError: 'AccessControl' module has no attribute 'Permissions'
Are you sure, the same Zope version runs on both machines?

This does not look like a Win2k versus Win2kpro problem but
a problem that on one machine, "AccessControl" does not contain
the "Permissions" module.


Dieter