Squid free domain prompt authentication
Posted
by
Tobia
on Server Fault
See other posts from Server Fault
or by Tobia
Published on 2012-08-30T08:40:53Z
Indexed on
2012/08/30
9:40 UTC
Read the original article
Hit count: 236
i have a squid proxy, i would like to leave free access (without proxy login prompt) to some domains and request a user login for all other domains. I tried this configuration:
http_access allow allowDomains
http_access deny !loggedUser
where allowDomains is an acl with all free-domains, and loggedUsers is the user authentication acl.
With this configuration i can access free domains also with an empty login, but what i would like to do is to not ask authentication at all (no prompt)... how can i do?
Thanks.
© Server Fault or respective owner