[Zope] Re: Authenticate with Windows Domain
Anton Stonor
stonorn at giraffen.dk
Tue Mar 30 12:37:38 EST 2004
Israel Carr wrote:
> Thanks for all of the advice. Does anyone know of a way to take the windows
> credentials that the user is signed onto the local machine with and pass
> those to zope for authentication?
It sounds like the NTLM protocol could be a solution. One way to
implement it with Zope could be like this:
Let Apache authenticate your users using the NTML protocol. The users
will experience this transparently. You’ll need to plugin mod_ntlm for
Apache:
http://sourceforge.net/projects/modntlm/
Plugin Remote User Folder on the Zope side to obtain the authenticated
user from the webserver.
http://www.zope.org/Members/djay/RemoteUserFolder
/Anton Stonor
More information about the Zope
mailing list