[squid-users] Problem with NTLM and http_access deny (Squid 2.5)

From: Oswaldo Gomes <Oswaldo@dont-contact.us>
Date: Fri, 5 Apr 2002 08:51:25 -0300

Hi,

        Iīm using Squid 2.5, with NTLM authentication.

        I have "http_access deny" with "acl dst_dom_regex", to filter some
sites. When users try to access any of the blocked sites, the browser
(Internet Explorer) asks for authentication, even if the user is already
authenticated. If the user hits "cancel", then squid shows the access denied
page.

        What can I do to make Squid stop asking authentication in this case?

        Configuration example:

acl nolimit proxy_auth_regex -i "**file with userīs list**"
acl limit proxy_auth_regex -i "**file with userīs list**"
acl sitesdnd dstdom_regex -i "*** file with blocked site list ***"

http_access allow nolimit
http_access deny sitesdnd limit
http_access allow limit

Thanks,

 Oswaldo
Received on Fri Apr 05 2002 - 04:50:38 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:07:22 MST