Hi,
After doing google for about 5 days, i am writing here.
I am using Ubuntu 10.04.2 LTS Server.
I have configured Freeradius to work with Mikrotik to authenticate PPTP users. But the issue that i am facing is that i want to limit a user to single login not multiple, but users are able to login as many times simultaneously as they want from different locations.
I have enables SQL in session() and accounting(), and also have un-commented the SQL Counter query in “/etc/freeradius/sql/mysql/dialup.conf”.
I have also executed below query for all groups that i want to restrict
INSERT INTO radgroupcheck (id, groupname, attribute, op, value) VALUES (NULL, ‘512’, ‘Simultaneous-Use’, ‘:=’, ‘1’);
But still multiple logins are allowed.
Can anyone help me out in this matter, any help will be greatly appreciated.