Re: [squid-users] User Password IP

From: Henrik Nordstrom <hno@dont-contact.us>
Date: 04 Dec 2002 19:36:13 +0100

Or use Squid-2.5 and it's ip_user external_acl helper (allows you to
build a file listing usernames and their IP addresses, avoiding to have
to define different acls for each user)

Regards
Henrik

ons 2002-12-04 klockan 14.44 skrev Hegedus, Ervin:
> Hello,
>
> > I have only a problem and i am not successful to find the solution.
> > I would want that the authentication not only happened for user and
> > passord but also for IP Add.
> > For example : mr. Roberto Rossi must only authenticate itself by
> > user,password AND IP add.
> i think, you can do something like this:
>
> acl user_ip1 src 10.0.0.1
> acl user1 proxy_auth roberto_rossi // or when you store your usernames...
> acl user_ip2 src 10.0.0.2
> acl user2 proxy_auth your_other_user
> .
> .
> .
>
> http_access allow user1 user_ip1
> http_access allow user2 user_ip2
>
>
> try this, good luck:
> air
Received on Wed Dec 04 2002 - 11:36:22 MST

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