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