30 Mar
2004
30 Mar
'04
5:37 p.m.
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