Re: mod_spnego SingleSignOn over mod_jk

2008-01-02 Thread Cenk Oguz
Hey Rainer! On Wed, Jan 02, 2008 at 07:39:49AM +0100, Rainer Jung wrote: > Hi Cenk, > > For me the mod_spnego code looks like it only set the usual > authenticated user var, so the name of the user will be available for > the webapp only by using request.getRemoteUser() and not via an http header

mod_spnego SingleSignOn over mod_jk

2008-01-01 Thread Cenk Oguz
I am looking into configuring SingleSignOn Kerberos authentication in a Tomcat application using SPNEGO authentication on a Apache2 frontend server. The fontend apache2 currently forwards all requests to Tomcat through mod_jk. As I see there is an apache2 module for Kerberos authentication witho