How to define free radius attribute as output
10 Jun
2013
10 Jun
'13
5:43 a.m.
Hi, How to define free radius attribute as output when used as a variable in SQL statement. Thanks & Regards Manjunath
10 Jun
10 Jun
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.
4776
Age (days ago)
4776
Last active (days ago)
1 comments
2 participants
participants (2)
-
manjunath uthappa ponnachana -
Phil Mayers