Chris Nighswonger wrote:
On Wed, Oct 29, 2008 at 5:16 PM, nairb rotsak <ipguru99@xxxxxxxxx> wrote:http_access allow all NTLMUsersDoes the 'all' trump the 'NTLMUsers' acl here? Chris
The "all" is redundant. The "all" ACL will always match, so the test next falls to checking the "NTLMUsers" ACL. See http://wiki.squid-cache.org/SquidFaq/SquidAcl#head-af2c190759b099a7986221cd12a4066eb146a1c4 for more details.
Chris