[squid-users] flexible ACLs - making exceptions - FTP PUT

From: Mads Rasmussen <mads@dont-contact.us>
Date: Fri, 20 Jul 2001 12:30:59 -0300

I am using this to deny FTP put

# Restrict use of ftp
# ___________________
acl ftp protocol ftp
acl PUT method PUT

http_access deny ftp PUT cit

-------

Just now I was told that a couple of persons needed the feature so I tried to
make an exception using (we are using authentication so squid ought to know
the username)

acl clear ident mads
http_access allow ftp PUT clear

But it doesn't work

Anyone can see what's wrong?

I am testing using gFTP via http proxy

Regards,

Mads
Received on Fri Jul 20 2001 - 09:30:57 MDT

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