3 Aug
2014
3 Aug
'14
11:51 p.m.
On Mon, Aug 4, 2014 at 6:11 AM, Nick Cameo <symack@gmail.com> wrote:
Hello Everyone,
I would like to add a custom variable to get stored in our Free Radius DB. We have a functioning environment, and would like to know the suggested way of adding a new variable to the long list.
You mean add new column to radius tables (e.g. radacct)? Have you read the default queries? This is the default one for mysql on v2.x.x: https://github.com/FreeRADIUS/freeradius-server/blob/v2.x.x/raddb/sql/mysql/... Adding a new column requires that you alter the table definition on the db, and adjust the queries used by FR. -- Fajar