Problem: Users can login to hotspot from multiple devices simultaneously.
Requirement: There should be no simultaneous logins per single account/username.
Already did the following but to no avail.
Created an account on 'radcheck' table at radius db with the following values:
Code: Select all
test Cleartext-Password := 12345
test Simultaneous-Use := 1
Code: Select all
session {
sql
}
Code: Select all
/etc/freeradius/sql/mysql/dialup.conf
Only 1 login should be accepted. Any help or tested solution is greatly appreciated.