SV: [Zope] Automatic authenticating users in Zope behind IIS

Chris Withers chrisw@nipltd.com
Sat, 02 Aug 2003 15:28:00 +0100


Carsten Gehling wrote:

> I got it working with RemoteUserFolder. Only it would be nice to get group
> associations from the Active Directory server and use these as Roles.

Groups != Roles, in several subtle ways...

> I probably need to add some LDAP support to RemoteUserFolder. The is an
> LDAPUserFolder, but I don't think it supports the REMOTE_USER
> authentication.

Probably not. You could always look at SimpleUserFolder and script or subclass 
the exact required functionality yourself :-)

cheers,

Chris