Re: [squid-users] Allowing only ntlm clients

From: Isnard Jaquet <isnardjunior@dont-contact.us>
Date: Mon, 26 Nov 2007 17:19:40 -0200

Hi,

yes, there are different ways.

If you set the authentication scheme to use only ntlm and set the rule
to allow only traffic that matches that acl.

Example:

auth_param ntlm program /usr/local/bin/ntlm_auth
--helper-protocol=squid-2.5-ntlmssp
auth_param ntlm children 50
auth_param ntlm keep_alive on

acl auth_user proxy_auth REQUIRED
http_access allow auth_users
http_access deny all

Regards,

Isnard

On Mon, 2007-11-26 at 19:09 +0100, shacky wrote:
> Hi.
>
> I'm configuring a Squid proxy with the ntlm authentication.
> Is there a way to allow the Internet access only from the clients
> connected to the Active Directory domain?
>
> Thank you very much!
> Bye.
Received on Mon Nov 26 2007 - 12:19:53 MST

This archive was generated by hypermail pre-2.1.9 : Sat Dec 01 2007 - 12:00:02 MST