redundant SQL / WARNING: Unknown module "sql" in string expansion
Tom Teeuwen
T.Teeuwen at petitverbindt.nl
Tue Nov 9 12:28:16 CET 2010
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 :)
Kind regards,
Tom
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeradius.org/pipermail/freeradius-users/attachments/20101109/6e1f1c6f/attachment.html>
More information about the Freeradius-Users
mailing list