[squid-users] Squid + AUTH Question

From: Marc-Christian Petersen <m.c.p@dont-contact.us>
Date: Wed, 6 Mar 2002 14:20:04 +0100 (MET)

Hi there,

i have a question. Have a look below to understand what i mean :)
How can i set it up so that if proxy auth is on, the privhosts won't be
asked for a password?

authenticate_program /opt/squid/bin/ncsa_auth
/opt/admin/admin/etc/proxy.passwd
acl users proxy_auth REQUIRED

acl denydoms dstdomain "/opt/admin/admin/etc/proxy.doms"
acl denynets dst "/opt/admin/admin/etc/proxy.ips"
acl privhosts src "/opt/admin/admin/etc/proxy.priv"
acl denyregex urlpath_regex -i "/opt/admin/admin/etc/proxy.regex"
http_access allow privhosts users
http_access deny denydoms users
http_access deny denynets users
http_access deny denyregex users

Maybe you can tell me too, who to set up per user ftp upload/download
allow/deny feature.

Thanks for your time and your help.

I am using the newest Squid 2.4stable4.

Kind regards,
        Marc

-- 
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net
Received on Wed Mar 06 2002 - 06:20:07 MST

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