Using different authentication methods according to realm
Hi, We are are currently moving our RADIUS server from Radiator to Freeradius. With Radiator, you can select the authentication method used, according to realm. In our case, each realm is authenticated using MySQL, but with a different database according to the realm. HOw can I do the same thing with Freeradius ?
Romain Guilleret wrote:
We are are currently moving our RADIUS server from Radiator to Freeradius.
With Radiator, you can select the authentication method used, according to realm. In our case, each realm is authenticated using MySQL, but with a different database according to the realm.
HOw can I do the same thing with Freeradius ?
Configure multiple instances of the SQL module, one to connect to each database. Look for the realm, and then set the server to use the appropriate database. See doc/Autz-Type for some information. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
participants (2)
-
Alan DeKok -
Romain Guilleret