Hi !!
We have a Fedora Core box with Samba 3.0 installed, with everything running
ok (wbinfo -t, wbinfo -u, wbinfo -g, wbinfo -a user%password all return
success, /usr/bin/ntlm_auth --username=user also returns success).
We have compiled Squid with the following options:
/configure --enable-auth="ntlm,basic" --enable-delay-pools
--enable-external-acl-helpers=wbinfo_group --enable-snmp
--enable-useragent-log --prefix=/usr/local/squid
The auth_param directives that we are using are the following:
auth_param ntlm program /usr/bin/ntlm_auth
--helperprotocol=squid-2.5-ntlmssp
auth_param ntlm children 5
auth_param ntlm max_challenge_reuses 0
auth_param ntlm max_challenge_lifetime 20 minutes
auth_param basic program /usr/bin/ntlm_auth --helperprotocol=squid-2.5-basic
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
We have the following configurations in place:
acl usuarios_autenticados proxy_auth REQUIRED
acl rede_interna src 10.0.0.0/255.0.0.0
http_access allow rede_interna usuarios_autenticados
But, neither ntlm nor basic auth are working for Squid ....
What may be going wrong?
http://www.squid-cache.org/Doc/FAQ/FAQ-23.html#ss23.5
(Check Samba-3.X info)
M.
Received on Wed Dec 17 2003 - 06:54:10 MST
This archive was generated by hypermail pre-2.1.9 : Thu Jan 01 2004 - 12:00:14 MST