Re: [squid-users] squid not asking for authentication

From: Henrik Nordstrom <henrik_at_henriknordstrom.net>
Date: Sat, 19 Jul 2008 08:57:02 +0200

On fre, 2008-07-18 at 23:22 -0700, ananttickoo wrote:

> sory boss but i am not able to find the error in my coniguration please
> help

For authentication to work the browser must be configured to use the
proxy. Transparent interception and authentication CAN NOT be combined.

Additionally the first http_access rule that allows the request needs to
be authentication related. http_access is processed top down until a
match is found. So if you have

http_access allow internal_network
http_access allow users

then internal_network is allowe access without authentication, and
requests from any other network will be required to authenticate.

http_access allow internal_network users

allows internal_network access if they also authenticate..

Regards
Henrik

Received on Sat Jul 19 2008 - 06:57:08 MDT

This archive was generated by hypermail 2.2.0 : Sat Jul 19 2008 - 12:00:03 MDT