Re: [squid-users] external_acl_type with http request header question

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Tue, 10 May 2005 08:15:24 +0200 (CEST)

On Mon, 9 May 2005, Ryan Lamberton wrote:

> Sorry, I had:
>
> external_acl_type propel_header_auth %{Hdr:member} /etc
> /squid/ident.sh x-pun:user
>
> acl propel_header_auth ident REQUIRED
>
> http_access allow propel_header_auth

you need an acl using the external_acl_type..

acl propel_header_auth external propel_header_auth

After this acl has been evaluated in http_access you may use ident acls to
match specific user names if desired. You should not use an ident acl
otherwise.

Regards
Henrik
Received on Tue May 10 2005 - 00:15:26 MDT

This archive was generated by hypermail pre-2.1.9 : Wed Jun 01 2005 - 12:00:02 MDT