On 10/06/13 08:54, manjunath uthappa ponnachana wrote:
HI,

I am using oracle database in free Radius while using sql module. Have
to Write a stored procedure which requires the output in table format.
How to get this output in table format in free radius.

The SQL module only supports processing tables in the style of radcheck/radreply. That is, your proc would need to return:

attribute       operator        value

...and could only set check & reply items, and would need to conform to the processing rules of rlm_sql.

Basically, this is hard. Don't do it. Use rlm_perl or something similar.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to