Re: [squid-users] Help needed using authentification and ACL

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Mon, 17 Dec 2001 03:33:33 +0100

Squid will ask for a username as soon as it has to evaluate a proxy_auth ACL.

The following will work:

http_access allow u_lijie au_lijie
http_access allow u_turbox

In the above, au_lijie only needs to be evauluated if u_lijie is true.

Regards
Henrik Nordström

On Monday 17 December 2001 02.52, vpmu1 wrote:
> 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

-- 
MARA Systems AB
Giving you basic free Squid support
Priority support or Squid enhancements available on request
Received on Sun Dec 16 2001 - 19:38:49 MST

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