27 Oct
2014
27 Oct
'14
2:33 p.m.
Ilavajuthy Palanisamy wrote:
In order to support multiple customers, what are all the options/design available in FreeRadius.
A lot. That's why the queries are customizable.
One option we are thinking is to modify the schema to introduce customer-id and modify the sql module to support the new schema. If this is possible, please provide pointers in achieving this.
Don't modify the SQL module source code. It's not necessary. Modify the schema to add a column of customer ID. Modify the SQL queries to add a WHERE clause that matches the customer ID. It should be pretty simple. Alan DeKok.