18 Dec
1999
18 Dec
'99
4:38 a.m.
This question has been asked several times already, and the answer is always the same:
Q: How to to interface Zope with IIS A: turn off challenge/response authentication and turn on basic authentication for Zope to handle authentication
*BUT* I want IIS to handle authentication, and give Zope the user's name through REMOTE_USER. It seems not to be possible. Has anyone managed to do that?
I think this might be IIS' fault. Use <dtml-var REMOTE_USER> to see if it gets stuffed into the REQUEST by IIS. --Rob