acl UserA_IP src ip.of.user.A
acl UserA proxy_auth User_A
http_access deny UserA !UserA_IP
Of if the other users does not need to authenticate:
http_access allow UserA_IP UserA
http_access deny UserA_IP
[followed by access rules for other IPs]
-- Henrik Nordstrom Squid hacker Miguel De la Borda wrote: > > hi guys: > i need the user A only can Authenticate from IP A but not others Ip of the segment. like User A can access the web from IP A but not access from others. > > regards > > Miguel de la BordaReceived on Thu Mar 22 2001 - 13:23:32 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:58:47 MST