RE: Authentication/IP exclusion

From: Ilker Gokhan <IlkerG@dont-contact.us>
Date: Mon, 31 Jul 2000 11:54:52 +0300

acl LAN src x.y.z.t/255.255.255.0
acl myip src x.y.z.k/255.255.255.255
acl allowedusers proxy_auth REQUIRED

http_access allow myip /*First, this rule works so this machine doesn't see
any password prompt*/
http_access LAN aloowedusers
http_access deny all

Best regards,
Ilker G.

>-----Original Message-----
>From: Glen Blundell [mailto:gmb@cpscu.com.au]
>Sent: Monday, July 31, 2000 2:03 AM
>To: squid-users@ircache.net
>Subject: Authentication/IP exclusion
>
>
>
>We use ncsa_auth to authenticate our proxy users.
>But in the case of one IP, I would prefer it to simplay allow
>access and
>not prompt for a password?
>
>Is there a way to mix username/password proxy authentication and IP
>exemption?
>
>Thanks
>
Received on Mon Jul 31 2000 - 02:58:14 MDT

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