I am a relative novice with LoginManager. I also don't know anything about Active Directory. However, as long as you have these 4 methods filled in: userAuthenticate, userDomains,userExists,userRoles I would think it would not matter what back end you use. If you can access active directory via Python external to Zope, there should be no reason why you can't acccess it from within Zope. Corey ----- Original Message ----- From: "Magnus Heino (Rivermen)" <magnus.heino@rivermen.se> To: "'Phil Harris'" <phil.harris@zope.co.uk>; "Corey Zimmet" <caz@tcdi.com> Cc: "Zope" <Zope@zope.org> Sent: Thursday, February 22, 2001 9:16 AM Subject: RE: [Zope] RE: LoginManager and LDAP
I was able to do a basic test with LoginManager and ZLDAPConnection/ZLDAPMethods using Zope 2.2.4:
Would it be possible to authenticate against Active Directory? :-P
/Magnus