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 [EMAIL PROTECTED]
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 [EMAIL PROTECTED]
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



Reply via email to