Jim Medell wrote:
> Current Setup:
> Ubuntu Dapper w/Apache 2 & perl and latest AuthenNTLM.  This server is
> connected to an Active Directory Domain at work and has a FQDN that is
> x4 (machine.something.domain.com
> ).
> 
> Issue:  Internet Explorer (6 &7) will not authenticate.  Note:  FF & Opera
> will (thus I know that AuthenNTLM is setup correctly)

if this is true (some browsers will and some msie is yet again borking
things) then your best bet at this point is to look at the headers and
see what msie isn't doing.

try something like this in httpd.conf

  PerlLogHandler 'sub { use Apache2::RequestUtil; warn shift->as_string;
0; }'

maybe that will help clear things up for someone that understands ntlm
and it's curiosities.  I'd cc the author(s) with this information (but
keep it on list as well for the archives).

HTH

--Geoff

Reply via email to