Re: [squid-users] Authentication Override

From: Henrik Nordstrom <henrik@dont-contact.us>
Date: Thu, 03 May 2007 13:57:25 +0200

ons 2007-05-02 klockan 18:41 -0400 skrev Brian Kirk:
> We have a need for an authentication override for NTLM

The following should work:

acl generic_user proxy_auth genericusername
http_access deny genericuser

placed after where you allow access

Note: http_access is sensitive on ordering. The first matchng rule is
used, the rest ignored. So your rules (both allowing and denying) should
go after the CONNECT and Safe_Ports stuff, just before the "deny all".

Regards
Henrik

Received on Thu May 03 2007 - 05:57:30 MDT

This archive was generated by hypermail pre-2.1.9 : Fri Jun 01 2007 - 12:00:04 MDT