[Zope] Automatic authenticating users in Zope behind IIS
Chris Withers
chrisw@nipltd.com
Thu, 31 Jul 2003 15:51:48 +0100
Ng Pheng Siong wrote:
> I've not used RemoteUserFolder with IIS, but I've used it with my
> ZServerSSL which sets REMOTE_USER from the client certificate's subject DN,
> i.e., to support cert-based authentication over SSL. Works fine on Un*x,
> and I think it tested ok on Windows, too.
If none of these work out of the box, consider using SimpleUserFolder and
scripting or subclassign to get your exact requirements...
Chris