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
This archive was generated by hypermail pre-2.1.9 : Fri Jun 01 2007 - 12:00:04 MDT