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