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