On 5/10/2012 12:44 a.m., Leonardo Bacha Abrantes wrote:
Hello Amos,
I changed my squid.conf according your recommendations.
I'm facing a trouble that all IPs on unlimited_bandwidth file bypass
authentication.
OKay. change:
http_access allow unlimitedBandwidth
to:
http_access allow unlimitedBandwidth AuthorizedUsers
If these people also need the Java bypass, move the allow java line up
above the unlimitedBandwidth line. I placed it below because your
earlier rules had unlimitedBandwidth havign the same unlimited access as
Java, java ACL type being slower to process than unlimitedBandwidth
type, and it did not matter then which was tested first.
Amos