RE: [squid-users] redirecting unauthenticated users

2009-04-28 Thread Philippe Boeij
Hi Amos, I have been working with your suggestion for hours now. Suggested: acl noAuth src all acl AuthUsers proxy_auth REQUIRED http_access allow freesites http_access allow AuthUsers deny_info http://login.mydomain.local/?referer=%s noAuth http_access deny !AuthUsers noAuth http_access

RE: [squid-users] redirecting unauthenticated users

2009-04-28 Thread Philippe Boeij
Hi Amos, Some additional info. I tried: acl testdomain dstdomain .google.be acl freesites dstdomain .flamboree.local acl freesites dstdomain .flamboree.be acl noAuth src all acl AuthUsers proxy_auth REQUIRED http_access deny testdomain deny_info

RE: [squid-users] redirecting unauthenticated users

2009-04-27 Thread Philippe Boeij
, 2009 02:58 To: Philippe Boeij Cc: squid-users@squid-cache.org Subject: Re: [squid-users] redirecting unauthenticated users Hi, I have a question. I'd like to have squid configured for the following: - User opens browser (with squid proxy configured) and gets redirected to a login page

[squid-users] redirecting unauthenticated users

2009-04-26 Thread Philippe Boeij
Hi, I have a question. I'd like to have squid configured for the following: - User opens browser (with squid proxy configured) and gets redirected to a login page - The browser prompts asks for a proxy username/ password. - if the user provided a good username/password, he/she can click on