Re: [squid-users] Preventing Multiple Logins

From: Amos Jeffries <squid3_at_treenet.co.nz>
Date: Thu, 12 Apr 2012 00:35:56 +1200

On 11/04/2012 7:40 p.m., danegirl wrote:
> Hi all
>
> I'm having my Squid installed and using Freeradius helper to have
> authentication via Freeradius and everything working correctly.
> The only problem is, I need to prevent multiple logins and I know I can do
> it via freeradius, but since Squid only doing the authentication through
> freeradius and doesnt update the radacct table in freeradius how can I
> prevent users to have concurrent login with same username ?

What exactly are you meaning?
  you want your Squid to be limited to ne user account at a time?
  you want to limit clients to one connections at a time?
  you want to prevent two users having the same username but different
passwords?

HTTP only authenticates per request using a single auth header. So there
cannot be concurrent logins on one request. Also the whole system is
stateless, so cross-request states are not easily detectable.

Amos
Received on Wed Apr 11 2012 - 12:36:04 MDT

This archive was generated by hypermail 2.2.0 : Wed Apr 11 2012 - 12:00:03 MDT