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

Attachment: signature.asc
Description: Detta är en digitalt signerad meddelandedel

Reply via email to