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
as well and still not working -- I think. I am still getting:
SQUID ERROR: ERR_ACCESS_DENIED 0 ACCESSING: http://...
Is there some way to tell if it is working?
Ryan Lamberton
----- Original Message ----- From: "Henrik Nordstrom" <hno@xxxxxxxxxxxxxxx>
To: "Ryan Lamberton" <ryan@xxxxxxxxxxxx>
Cc: "Henrik Nordstrom" <hno@xxxxxxxxxxxxxxx>; <squid-users@xxxxxxxxxxxxxxx>
Sent: Monday, May 09, 2005 2:00 PM
Subject: Re: [squid-users] external_acl_type with http request header question
On Mon, 9 May 2005, Ryan Lamberton wrote:
Thanks for you help. I think I almost got it--but it is not working -- yet.
I created the file ident.sh and made it executable (777) and added these lines to squid:
external_acl_type propel_header_auth %{Hdr:member} /etc/squid/ident.sh x-pun:user
acl propel_header_auth ident REQUIRED
Am I all wet?
Close. You also need to define an acl using the new external acl type, and have this invoked by http_access.
Regards
Henrik