[squid-users] How to have squid communicate with external acl

From: Aqil <aq1l@dont-contact.us>
Date: Wed, 23 Jul 2003 07:40:05 +0200 (CEST)

Hi again,

As all of you already know, ip_user_check returns OK
if the IP address and the userID of a user match with
a line in the file ip_and_userID, otherwise, it
returns ERR.

How to have squid read these outputs (OK or ERR) ?

After being able to read OK or ERR, squid also (still)
have to authenticate the user with their password..

Here is what i am trying, but it seems not work.

acl myusers proxy_auth REQUIRED

external_acl_type ip_auth %SRC %LOGIN
/path/ip_user_check -f /path/ip_and_userID

acl ip_auth_acl external ip_auth ip_auth_acl

http_access allow ip_auth_acl myusers

Any help ?

TIA & regards,
aqil

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com
Received on Tue Jul 22 2003 - 23:40:09 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:18:14 MST