Re: [squid-users] Not able to make squid authenticate users

From: Luc Dumaine <ldumaine@dont-contact.us>
Date: Wed, 16 Jan 2002 11:41:08 +0100

i don't think the "acl foo proxy_auth REQUIRED testlan" is valid, it
should read something like "acl foo proxy_auth REQUIRED". if you want to
accept request from 172.18.0.17 and authenticated users i think the
lines should be:

acl testlan src 172.18.0.17/255.255.255.255
acl authenticated proxy_auth REQUIRED

http_access allow testlan
http_access allow authenticated
http_access deny all

if it still doesn't work i think you should test the
authenticate_program you specified in squid.conf.

you can launch it then enter the login and the password, separated by a
space and if it's OK the program will answer "OK", otherwise "ERR".

regards, luc.
Received on Wed Jan 16 2002 - 03:41:23 MST

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