[squid-users] Re: Authentication problem

From: Warren Baker <warren_at_decoy.co.za>
Date: Thu, 22 Nov 2012 20:09:33 +0200

On Thu, Nov 22, 2012 at 3:57 PM, Warren Baker <warren_at_decoy.co.za> wrote:
> I have squid-3.2.3 configured to make use of negotiate, and to
> authenticate certain users. However the following config doesn't work
>
> acl userA proxy_auth warren
> acl userB proxy_auth testb
>
> http_access allow userA
> http_access allow userB
> http_access deny all
>
> userA successfully authenticates and can browse. userB however
> obviously doesn't match userA acl and just gets presented with the
> cache denied page.
> Debugging the acl shows that it never moves passed the userA acl and
> doesn't continue onto authenticating the 'testb' user.

I am guessing it is because testb user's browser fails with the
challenge on userA http_access test and thus it gets failed
completely. Is there a way around this?

thx
Received on Thu Nov 22 2012 - 18:09:43 MST

This archive was generated by hypermail 2.2.0 : Fri Nov 23 2012 - 12:00:05 MST