ident lookup

From: Sulin, Mike <MSulin@dont-contact.us>
Date: Wed, 3 Nov 1999 08:26:21 -0600

I am having problems running authentification on Redhat 6.0 for Squid.

In my squid.conf I have

authenticate_program /usr/local/squid/bin/ncsa_auth
/usr/local/squid/etc/passwd

acl user_password proxy_auth /usr/local/squid/etc/passwd
acl joe ident user jsmith
acl gojoe dstdomain ourhomepage.com

http_access allow user_password
http_access allow gojoe
ident_lookup_access deny joe !gojoe

when accessing a web site it asks for a password but Joe is not blocked from
other sites but gojoe. It acts as if the ident_lookup_access is being
ignored.

if I put this line in it works but it is set for everyone not just Joe.

http_access deny !gojoe

Does anyone know what I may be doing wrong?

Thank you
Mike
Received on Wed Nov 03 1999 - 07:37:00 MST

This archive was generated by hypermail pre-2.1.9 : Wed Apr 09 2008 - 11:57:31 MDT