This is a discussion on Re: [squid-users] Authentication from PPP within the Squid Users forums, part of the Web Server and Related Forums category; On Wed, 22 Oct 2003, Yosi Greenfield wrote: > Hi - > > Is it possible to automatically authenticate users based &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Wed, 22 Oct 2003, Yosi Greenfield wrote: > Hi - > > Is it possible to automatically authenticate users based > on their ppp login, so that ppp dialup users are automatically > identified and don't have to log in again? > > Any help will be most appreciated... In general, I do not think so. I am not aware of any software that has been written for Squid to do that. If *you* have some way of identifying PPP users on your system (for example, looking for a username/ipaddr pair in a local file or database), then you can write an external ACL program that will interface to Squid and do what you want. Duane W. |