[squid-users] Help needed using authentification and ACL

From: vpmu1 <vpmu1@dont-contact.us>
Date: Mon, 17 Dec 2001 09:52:43 +0800

Hello squid-users,

  I am using acl + auth
#########################
acl au_lijie proxy_auth lijie
acl u_lijie src 159.226.43.100/32
http_access allow au_lijie u_lijie

acl u_turbox src 10.1.1.222/32
http_access allow u_turbox
###################################
I think that turbox at 10.1.1.222 is NOT need to use password,
but squid always ask me to input username and password.
if i change to
############3
acl au_lijie proxy_auth lijie
acl u_lijie src 159.226.43.100/32
#CHANGED!
#http_access allow au_lijie u_lijie

acl u_turbox src 10.1.1.222/32
http_access allow u_turbox
###########
it work. turbox at 10.1.1.222 do not need to input username and
passowrd.
why?

Best regards,
 vpmu1 mailto:vpmu1@ttzq.com.cn
Received on Sun Dec 16 2001 - 18:55:01 MST

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