Re: [squid-users] redirecting unauthenticated users

2009-04-26 Thread Amos Jeffries
> > 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 c

RE: [squid-users] redirecting unauthenticated users

2009-04-27 Thread Philippe Boeij
Sent: Monday, April 27, 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 prox

RE: [squid-users] redirecting unauthenticated users

2009-04-27 Thread Amos Jeffries
ry parameter 'referer' containing the original URL requested. Amos > -Original Message- > From: Amos Jeffries [mailto:squ...@treenet.co.nz] > Sent: Monday, April 27, 2009 02:58 > To: Philippe Boeij > Cc: squid-users@squid-cache.org > Subject: Re: [squid-users] re

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 http://login.flamboree.local/?url=

Re: [squid-users] redirecting unauthenticated users

2009-04-29 Thread Amos Jeffries
Philippe Boeij wrote: 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 http://log