[squid-users] ntlm_auth doesnt work with ntlm helper, but does with basic help

From: Nick Duda <nduda_at_VistaPrint.com>
Date: Wed, 16 Sep 2009 13:04:14 -0400

I want to use the ntlm helper not basic. When I use the ntlm helper it just keeps asking for the username and password over and over. Using the basic helper works fine.

# /usr/bin/ntlm_auth --username=user1 --domain=testdomain --password=userpassword
NT_STATUS_OK: Success (0x0)

squid.conf

# NTLM Authentiation
auth_param ntlm program /usr/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp
auth_param ntlm children 30

# Basic authentication
#auth_param basic program /usr/bin/ntlm_auth --helper-protocol=squid-2.5-basic
#auth_param basic children 5
#auth_param basic realm Outlook Web Access
#auth_param basic credentialsttl 2 hours

acl Allowed proxy_auth REQUIRED
http_access allow Allowed
http_access deny all
Received on Wed Sep 16 2009 - 17:04:18 MDT

This archive was generated by hypermail 2.2.0 : Wed Sep 16 2009 - 12:00:03 MDT