Ok, here's something I don't understand. I've connected my apache and tomcat
using mod_jk
in my httpd.conf I wrote
SetEnv REMOTE_USER xxx
PassEnv REMOTE_USER
and then in tomcat I just wrote a file
<% out.print (request.getAttribute("REMOTE_USER")); %> and well enough, I got
xxx printed on the
I've installed keberos mod for apache. Instalation went ok, user is
authenticated and I tested this using a small php file in which I printed out
the headers and remoteuser prints out the username. I want to pass this to
tomcat mod_jk so that in tomcat the getRemoteuser() will return the same
u
I need some help installing the kerberos module for apache 2.2.6 on windows xp.
So
far I've been able to find some documentation on how to install in on
linux but I need to install it on windows. I've downloaded the
mod_auth_kerb 5.3 for windows but has no documentation attached.
Any help would b