Re: [squid-users] squid authentication issue

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Mon, 13 Feb 2006 17:44:48 +0100 (CET)

On Mon, 13 Feb 2006, Mark Elsen wrote:

>> http_access allow password
>> http_access deny all

> Your are not allowing any source addresses , try
>
> http_access allow all password

Won't and can't make any difference.

Squid does not really care what kinds of ACLs you use in an http_access
line. Only thing it does care about is if all the ACLs in the same
http_access line is true (matched) in which case the http_access line is
active..

then there is some sideffects, mainly that all unauthenticated requests is
rejected with "Login required" as soon as Squid encounters a
authentication related ACL, and that requests gets asked for new
credentials if the last acl on a http_access deny line is related to
authentication somehow.

Regards
Henrik
Received on Mon Feb 13 2006 - 09:44:52 MST

This archive was generated by hypermail pre-2.1.9 : Wed Mar 01 2006 - 12:00:03 MST