[squid-users] Failed to parse NTLMSSP packet

From: Mike Diggins <mike.diggins_at_mcmaster.ca>
Date: Wed, 25 Aug 2010 15:13:06 -0400 (Eastern Daylight Time)

OS: RHEL 5.3 64 Bit
Squid: squid-2.7.STABLE9
Samba: samba-3.3.12

I went live with a new Squid server today. It appears to be working and
authenticating using NTLM fine, but my cache.log file is recording a large
number of these messages.

[2010/08/25 15:04:21, 1] libsmb/ntlmssp.c:ntlmssp_update(328)
   Failed to parse NTLMSSP packet, could not extract NTLMSSP command
[2010/08/25 15:04:21, 1] libsmb/ntlmssp.c:ntlmssp_update(328)
   Failed to parse NTLMSSP packet, could not extract NTLMSSP command
[2010/08/25 15:04:21, 1] libsmb/ntlmssp.c:ntlmssp_update(328)
   Failed to parse NTLMSSP packet, could not extract NTLMSSP command

My squid.conf:

#
auth_param ntlm program /usr/local/squid/sbin/ntlm_auth
--helper-protocol=squid-2.5-ntlmssp
auth_param ntlm children 40
auth_param ntlm keep_alive on
#
auth_param basic program /usr/local/squid/sbin/ntlm_auth
--helper-protocol=squid-2.5-basic
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 1 hours

My smb.conf:

[global]

         workgroup = XXX
         winbind uid = 10000-20000
         winbind gid = 10000-20000
         encrypt passwords = yes
         security=domain
         password server = xxx, yyy
         winbind enum users = yes
         winbind enum groups = yes
         winbind use default domain = yes
         preferred master = False
         local master = No
         domain master = False
         log file = /var/log/samba.log

; end

Anyone know what the messages mean, or how to fix it?

-Mike
Received on Wed Aug 25 2010 - 19:14:12 MDT

This archive was generated by hypermail 2.2.0 : Thu Aug 26 2010 - 12:00:02 MDT