[squid-users] Re: Incompatibilities between Samba and Squid

From: Norman Zhang <norman.zhang@dont-contact.us>
Date: Fri, 11 Jun 2004 15:40:19 -0700

Adam Aube wrote:
> Norman Zhang wrote:
>>>Those are the NTLM and group helpers you use with Samba 2.2.x. For Samba
>>>3 you need to use Samba's built-in ntlm_auth helper for basic/NTLM auth
>>>and the wbinfo_group group helper (which comes with Squid).
>>
>>Thanks. I have switched to /usr/lib/ntlm_auth, but I can't find
>>wbinfo_group but only wb_group with squid-2.5.STABLE4. May I ask what am
>>I missing?
>
> It might not be included in the Mandrake RPM. Just download 2.5STABLE5 fro
> squid-cache.org, extract it, and copy the helper from
> helpers/external_acl/wbinfo_group (it's just a Perl script).

I copied wbinfo_group into /usr/lib/squid/ and restarted Squid, but
still no luck, now /var/log/syslog looks like follows.

Jun 11 15:32:09 proxy squid[8502]: Squid Parent: child process 8532 started
Jun 11 15:32:12 proxy (squid): authenticateNTLMHandleReply: called with
no result string
Jun 11 15:32:12 proxy squid[8502]: Squid Parent: child process 8532
exited due to signal 6

Do you see anything wrong with my /etc/squid/squid.conf?

Regards,
Norman

cache_mgr web.master@arkonnetworks.com
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
cache_mem 16 MB
cache_dir ufs /var/spool/squid 200 16 256
#cache_peer 127.0.0.1 parent 80 7 default no-query
#acl binaries urlpath_regex -i \.exe$ \.zip$ \.vbs$ \.gz$
#cache_peer_access 127.0.0.1 allow binaries
#never_direct allow binaries

ftp_user squid@test.com
auth_param ntlm program /usr/bin/ntlm_auth --helper-protocol=squid-2.5-basic
#auth_param ntlm program /usr/bin/ntlm_auth
auth_param ntlm children 5
auth_param ntlm max_challenge_reuses 0
auth_param ntlm max_challenge_lifetime 2 minutes

external_acl_type NT_global_group %LOGIN /usr/lib/squid/wbinfo_group

acl ProxyUsers external NT_global_group ProxyUsers
Received on Fri Jun 11 2004 - 16:40:27 MDT

This archive was generated by hypermail pre-2.1.9 : Thu Jul 01 2004 - 12:00:02 MDT