Re: [squid-users] proxy_auth acl causing challenge loop

From: Pim Zandbergen <P.Zandbergen@dont-contact.us>
Date: Wed, 16 Nov 2005 14:08:55 +0100

Henrik Nordstrom wrote:

>
> http_access deny someacl authacl
>
> prompts for new credentials if matched (denied by authacl)
>
> http_access deny authacl someacl
>
> does nor prompt for new credentials (denied by someacl)
>

Wow, thanks! It took me a week to ask this question,
and you only minutes to answer it.

In my case, users who should be denied access, would fall to a rule

http_access deny authacl

So I changed that to

acl url_any url_regex .
http_access deny authacl url_any

and it works as promised.

Thanks again,
Pim
Received on Wed Nov 16 2005 - 06:09:06 MST

This archive was generated by hypermail pre-2.1.9 : Thu Dec 01 2005 - 12:00:09 MST