10 Jun
2013
10 Jun
'13
6:12 a.m.
On 10/06/13 10:43, manjunath uthappa ponnachana wrote:
Hi,
How to define free radius attribute as output when used as a variable in SQL statement.
The SQL module doesn't support that kind of use case. At the moment, you need to make your stored procedure return a single value, and split it into multiple values yourself e.g. using a regexp.