How to define free radius attribute as output
    Phil Mayers 
    p.mayers at imperial.ac.uk
       
    Mon Jun 10 12:12:55 CEST 2013
    
    
  
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.
    
    
More information about the Freeradius-Users
mailing list