[squid-users] RE: Authing to ADS NT Groups in a file

From: Adam Aube <aaube01@dont-contact.us>
Date: Fri, 29 Oct 2004 10:05:58 -0400

Jason Oakley wrote:

> http_access allow AllowedNTUsers LoggedInUsers
> http_access deny !AllowedNTUsers
> http_access deny !LoggedInUsers
>
> # And finally deny all other access to this proxy
> http_access deny all

You can further simplify this:

http_access allow AllowedNTUsers
http_access deny all

There is no need for the LoggedInUsers acl - when you reference a group
helper that uses %LOGIN, it will trigger authentication without a separate
proxy_auth acl.

Adam
Received on Fri Oct 29 2004 - 08:05:48 MDT

This archive was generated by hypermail pre-2.1.9 : Mon Nov 01 2004 - 12:00:02 MST