27 Sep
2014
27 Sep
'14
12:29 p.m.
Juanjo Abenza wrote:
We need this because we have a freeradius server where we have the clients database, and we want to send a default service to the clients that are not already in this database, adding this clients to a specific ippool in the Mikrotik
Then configure the server to do that: if (user not found in DB) { set Auth-Type := Accept send special reply back }
Is it necesary to upgrade radius server to 3.0.4 for this purpose?
Upgrading to 3.0.4 won't add this functionality. It will help with stability and catching errors when the server starts. Alan DeKok.