Re: [squid-users] interesting squid query

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Wed, 5 Jun 2002 15:55:38 +0200

You can't.

What you can do is to merge the two into one file, and only allow access to
the users who are allowed to use IP "A" on IP "A"... (and similar for B).

You will need 3 files

1. The password file of all your users
2. A file listing the user names allowed on IP "A"
3. A file listing the user names allowed on IP "B"

Then define 2 proxy_auth ACLs

acl users_A proxy_auth "/path/to/file/listing/A/users"
acl users_B proxy_auth "/path/to/file/listing/B/users"

Regards
Henrik

Raja R wrote:
> Hi All,
>
> I have defined 2 IPs for my squid server "A" and "B"
>
> I have 2 squid passwd files for authentication..
>
> can anyone tell me how to do:
>
> bind 1st passwd file to IP "A"
> bind 2nd passwd file to IP "B"
>
> Pls. help.
>
> Raja.
Received on Wed Jun 05 2002 - 07:56:02 MDT

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