Is it that you want to use different password databases per IP, or to limit a given user to certain IPs only?
The second is best accomplished by separating the two. See the userip external acl helper. Regards Henrik On Thu, 29 Apr 2004, Zasp wrote: > Hi,all > > Now we have encounter one question: Can the user be authenticated with a fixed > IP? That is to say, > we want to implement that squid authenticates the user with their username,password > and IP address from. > If we do so, we should modify the autenticate.c and one basic helper program. > For example, the > origin scheme passes users' credentials by a line string like "username password", > now should pass one > line like "username password ip_address". > > Is this right? Any other hints? > > Thanks, > > Zasp > > >