On May 15, 2015, at 3:13 PM, Renato Sousa <rensousa@gmail.com> wrote:
I configured the proxy freeradius (2.2.5) and authentication is working as expected. The requests are being sent to global server freeradius. However, the control 'Simultaneous-Use' is not working. The accountig information is being recorded in mysql database.
I configured the users file:
DEFAULT Simultaneous-Use: = 1 Fall-Through = 1
That should work.
The simul_count_query is uncommented in dialup.conf file.
The running freeradius -X makes no reference to 'Simultaneous-Use' attribute.
It doesn't print out every attribute added to the request. It DOES print out while line in the "users" file it matched. So... read the debug output, and see which line it matched.
The following configuration /etc/freeradius/sites-available/default:
That's not important. The debug log is important. Alan DeKok.