[squid-users] Proxy_auth or not

From: Jerome <bret.jerome@dont-contact.us>
Date: Fri, 19 Jan 2007 15:24:59 +0100

Hi,

I configure an authentification on my Squid server. It works fine.
But I want another vlan with no authentification.
So this is my squid.conf :

# authentification
acl MONRESEAU proxy_auth REQUIRED src 172.17.0.0/255.255.0.0
# NO authentification
acl VLANMEDECIN src 192.168.0.0/255.255.0.0
acl all src 0.0.0.0/0.0.0.0
....
# autorisation
http_access allow MONRESEAU
http_access allow VLANMEDECIN
# And finally deny all other access to this proxy
http_access deny all

It doesn't work, but it is possible ?
Thanks ?
___________________________
        
Jérôme
Received on Fri Jan 19 2007 - 07:26:48 MST

This archive was generated by hypermail pre-2.1.9 : Thu Feb 01 2007 - 12:00:01 MST