Hello,

 

I configured my freeradius with redundant SQL config:

 

In sql.conf:

Sql sql1 {

….

…..

….

}

Sql sql2 {

……

…..

……

}

Radiusd.conf:

Redundant sql {

Sql1

Sql2

}

 

And in my default site config:

Authorize {

….

….

….

Sql

}

 

Now I want to do some extra SQL-queries within my authorize section.

I used something like if (“%{sql:select ……..

 

I receive the following error: WARNING: Unknown module "sql" in string expansion "%{sql:select

 

Without the redundant module it works perfectly J

 

Kind regards,

Tom