Re: [squid-users] NTLM to only certain machines?

From: Henrik Nordstrom <henrik@dont-contact.us>
Date: Wed, 07 Jun 2006 15:15:48 +0200

ons 2006-06-07 klockan 11:18 +0100 skrev Steve Palmer:

> Adding NTLM and in turn giving these users a login window everytime
> they use the net is not preferable. Is there absolutely any way at all
> to limit NTLMs use to given stations? Thanks!

Squid asks for authentication when it encounters a acl requiring a login
during http_access processing.

Example:

acl auth proxy_auth REQUIRED
acl domain_stations src 172.16.1.12-172.16.1.85
http_access allow domain_stations auth

will only ask for authentication if the client is in domain_stations.

Regards
Henrik

Received on Wed Jun 07 2006 - 07:15:53 MDT

This archive was generated by hypermail pre-2.1.9 : Sat Jul 01 2006 - 12:00:01 MDT