squid config: which ntlm_auth do I use? and win

Derrick MacPherson dmacpherson at mainframe.ca
Wed Aug 3 19:35:45 GMT 2005


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.



More information about the freebsd-questions mailing list