Re: Apache2::AuthenNTLM + mod_perl 2.0.2 + Apache 2.2.2 -- problems

2006-06-10 Thread Konstantin Khomoutov
On Thu, Jun 08, 2006 at 08:06:34PM -0400, Pease, Kevin wrote: [...] > Everything *seems* to have worked properly, but I'm seeing an > error in my Apache error_log which is puzzling me: > [Thu Jun 08 19:45:50 2006] [error] Bad/Missing > NTLM/Basic Authorization Header for /cgi-b

Re: Apache2::AuthenNTLM + mod_perl 2.0.2 + Apache 2.2.2 -- problems

2006-06-09 Thread Aaron Browne
On Thu, 2006-06-08 at 20:06 -0400, Pease, Kevin wrote: > Hi everyone, > > I'm hoping somebody out there can help me out with this. I've > recently installed Apache 2.2.2 and mod_perl 2.0.2. Everything built & > compiled cleanly; My boss asked me to try and get NTLM running on the >

Apache2::AuthenNTLM + mod_perl 2.0.2 + Apache 2.2.2 -- problems

2006-06-09 Thread Pease, Kevin
Hi everyone, I'm hoping somebody out there can help me out with this. I've recently installed Apache 2.2.2 and mod_perl 2.0.2. Everything built & compiled cleanly; My boss asked me to try and get NTLM running on the server (intranet only) so we can avoid having our users have t

Re: Apache2::AuthenNTLM + mod_perl 2.0.2 + Apache 2.2.2 -- problems

2006-06-09 Thread William A. Rowe, Jr.
Pease, Kevin wrote: [Thu Jun 08 19:45:50 2006] [error] Bad/Missing NTLM/Basic Authorization Header for /cgi-bin/whoami This is interesting, consider that NTLM is a connection oriented protocol, so you can't proxy it, and who knows what headers come along for the first or second

Apache2::AuthenNTLM + mod_perl 2.0.2 + Apache 2.2.2 -- problems

2006-06-09 Thread Pease, Kevin
> Hi everyone, > > I'm hoping somebody out there can help me out with this. I've > recently installed Apache 2.2.2 and mod_perl 2.0.2. Everything built > & compiled cleanly; My boss asked me to try and get NTLM running on > the server (intranet only) so we can avoid having our user