ACL authentication + Redirector

From: Peter Woo <peter.woo@dont-contact.us>
Date: Wed, 28 May 1997 16:34:47 -0400

Hi,

I've applied Arjan deVet's patch to squid-1.1.10 and it works great with
the following ACLs:

acl all src 0.0.0.0/0.0.0.0
acl auth_subnet_1 src 123.123.123.0/255.255.255.0
acl auth_passwd proxy_auth /webdata/passwd

http_access allow auth_subnet_1 auth_passwd
http_access allow all

which forces users from subnet auth_subnet_1 to authenticate before
accessing WWW.

Since I'm using Redirector for access control based on IPs as well, how
can I ASK users from subnet other than auth_subnet_1 to authenticate
"voluntarily" such that I don't need to check the IP in the Redirector
once an non empty Ident is detected ?

Or, can I specify a group of users that can authenticate themselves from
any src and once authenticated, the Ident will be passed to the
Redirector ?

 
Thanks in advance !

Peter Woo
Ontario Hydro

email:peter.woo@hydro.on.ca
Received on Wed May 28 1997 - 13:36:31 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:35:16 MST