RE: [squid-users] redirecting unauthenticated users

From: Philippe Boeij <philippe.boeij_at_scarlet.be>
Date: Wed, 29 Apr 2009 01:34:53 +0200

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=%s testdomain
  http_access allow freesites
  http_access allow AuthUsers
  deny_info http://login.flamboree.local/?url=%U noAuth
  http_access deny !AuthUsers noAuth
  http_access deny all

The deny_info with external url for the testdomain works fine.
Unfortunately unauthenticated users get a user/pass popup and with a cancel,
the default (or custom) error page.

Kind regards,
Philippe
Received on Tue Apr 28 2009 - 23:34:59 MDT

This archive was generated by hypermail 2.2.0 : Wed Apr 29 2009 - 12:00:03 MDT