Re: [squid-users] ACL for FTP access

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Wed, 5 Jun 2002 00:17:24 +0200

On Tuesday 04 June 2002 19:50, EwingH@hdvest.com wrote:
> Is it possible to use proxy_auth for FTP access? I have created an
> acl for this, but it is not working:
>
> acl ftpaccess proto FTP proxy_auth REQUIRED

You would need to combine two ACL's.. The above matches the protocols
"FTP", "proxy_auth" and "REQUIRED. Probably not what you have
intended..

acl FTP proto FTP
acl auth proxy_auth REQUIRED

http_access allow FTP auth

Regards
Henrik
Received on Tue Jun 04 2002 - 16:35:27 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:08:26 MST