Re: [squid-users] acl aclname browser and wget

From: Amos Jeffries <squid3_at_treenet.co.nz>
Date: Thu, 20 May 2010 01:56:20 +1200

Andreas Moroder wrote:
> Hello,
>
> all our users have to authenticate via LDAP. I now would like to open
> the access from one machine but only for download via wget.
>
> Does "acl aclname browser" work with wget

Yes. Any standards compliant HTTP client has a User-Agent name and sends
it in requests. Wget naturally uses "Wget" with its version.

   acl wget browser Wget/
or
  acl wget browser ^Wget/

>
> and how can I combine this acl togheter with the IP src acl ?

see the FAQ documentation on how to configure Squid access controls.

Amos

-- 
Please be using
   Current Stable Squid 2.7.STABLE9 or 3.1.3
Received on Wed May 19 2010 - 13:56:37 MDT

This archive was generated by hypermail 2.2.0 : Wed May 19 2010 - 12:00:06 MDT