Re: [squid-users] User Password IP

From: Hegedus, Ervin <airween@dont-contact.us>
Date: Wed, 4 Dec 2002 14:44:02 +0100

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 - 06:44:04 MST

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