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

Reply via email to