Re: proxy_auth

From: Dancer <dancer@dont-contact.us>
Date: Sun, 05 Apr 1998 04:40:11 +1000

Put the user's ip-address in an acl:

acl no_need_to_auth src 1.2.3.4

And then allow them via http_access:

http_access allow no_need_to_auth

Make sure you put the allow line in _before_ the access line that refers
to your proxy-auth acl, so that this address is permitted before that
gets checked.

D

Wiria A Kusuma wrote:
>
> Since I have got no response from my previous post, I rephrase my question,
> How to disable proxy_authorization so that my user does not have to enter
> user-name and assword every time they try to browse the web? I had squid
> 1.1.17 installed in my debian linux.
>
> I had tried "proxy_auth /dev/null" in my squid.conf.
>
> thanks
> kusuma

-- 
Did you read the documentation AND the FAQ?
If not, I'll probably still answer your question, but my patience will
be limited, and you take the risk of sarcasm and ridicule.
Received on Sat Apr 04 1998 - 10:51:20 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:39:35 MST