Hello melvin,
Thursday, December 18, 2003, 9:20:19 AM, you wrote:
> Hi all,
> this is my squid.conf line
> acl password proxy_auth REQUIRED
> http_access allow password
> how do write the squid.conf so that certain IP addresses can pass thru the
> proxy without being prompt for authentication?
> currently, all users who access the proxy have to be authenticated first.
> thanks in advance
> m
create a ACL containing the ip that pass thru the AUTH
put it at the top of acl password
acl pass src ip.add.ress
http_access allow pass
acl password proxy_auth REQUIRED
http_access allow password
CMIIW for other squid gurus :)
-- Best regards, zen mailto:zen@bsdcon.co.ukReceived on Wed Dec 17 2003 - 19:38:18 MST
This archive was generated by hypermail pre-2.1.9 : Thu Jan 01 2004 - 12:00:16 MST