Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Aug 2005 12:35:43 -0700
From:      Derrick MacPherson <dmacpherson@mainframe.ca>
To:        Dan Nelson <dnelson@allantgroup.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: squid config: which ntlm_auth do I use? and win
Message-ID:  <1123097743.19170.41.camel@Mandarin-04.mainframe.ca>
In-Reply-To: <20050803190931.GF93405@dan.emsphone.com>
References:  <1123095023.19170.29.camel@Mandarin-04.mainframe.ca> <20050803190931.GF93405@dan.emsphone.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 2005-08-03 at 14:09 -0500, Dan Nelson wrote:
> In the last episode (Aug 03), Derrick MacPherson said:
> > there's 
> > /usr/local/libexec/squid/ntlm_auth
> > and
> > /usr/local/bin/ntlm_auth
> > 
> > how are they different and which one do i use?  why is there 2?
> 
> My guess is that you forgot to uninstall a previous version of squid,
> and /usr/local/bin/ntlm_auth is old and should be removed.


In my squid.conf:

this works for non IE browsers, IE fails:

auth_param ntlm program /usr/local/bin/ntlm_auth --helper-
protocol=squid-2.5-ntlmssp
auth_param basic program /usr/local/bin/ntlm_auth --helper-
protocol=squid-2.5-basic

(IE fails with: authenticateNTLMHandleReply: Error validating user via
NTLM. Error returned 'BH NT_STATUS_ACCESS_DENIED')


Won't start when using:

auth_param ntlm program /usr/local/libexec/squid/ntlm_auth 
auth_param basic program /usr/local/libexec/squid/ntlm_auth

I've tried adding the windows domain name and server IP after like:
domainname/x.x.x.x and it doesnt start as well.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1123097743.19170.41.camel>