Multi-tenancy setup
    Alan DeKok 
    aland at deployingradius.com
       
    Mon Oct 27 19:33:48 CET 2014
    
    
  
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.
    
    
More information about the Freeradius-Users
mailing list