Hi. I've got Zope and Postgresql running on a linux box. Users are stored on a Win2kServer in Active Directory. Is there any way that I can authenticate Zope users against Active Directory? We do have Services for UNIX, so I guess one option could be to configure it as a NIS server and try the one year old NISUserFolder. If the above isn't possible, what is the best option available? OpenLDAP and LDAPUserManager? I used LoginManager a while ago, but I rather not use it since it's not developed any longer... /Magnus
Magnus, I'm doing auth against a Novell NDS based network. IIRC the interfaces to AD and NDS aren't that much different. I use the Python LDAP stuff and LoginManager to do all the heavy lifting. I could send you some scripts if they would be useful. Phil ----- Original Message ----- From: "Magnus Heino (Rivermen)" <magnus.heino@rivermen.se> To: <zope@zope.org> Sent: Thursday, July 26, 2001 11:16 AM Subject: [Zope] UserFolders
Hi.
I've got Zope and Postgresql running on a linux box. Users are stored on a Win2kServer in Active Directory.
Is there any way that I can authenticate Zope users against Active Directory?
We do have Services for UNIX, so I guess one option could be to configure
it
as a NIS server and try the one year old NISUserFolder.
If the above isn't possible, what is the best option available? OpenLDAP and LDAPUserManager?
I used LoginManager a while ago, but I rather not use it since it's not developed any longer...
/Magnus
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Magnus Heino (Rivermen) -
Phil Harris