rlm_sql does not support sql parameter binding, neither input, nor output. Specifically rlm_sql xlat (i.e. "%{sql: ...}") return number of rows affected for insert/update/delete, and return result of single-row and single-column select.

So your only option is a function called inside select from dual:

   if ("{sql: select func('%{User-Name}') from dual}") {
      ...
   }

On 06.02.2013 14:19, Lakshmi Narayana Baliah wrote:
Hi All,

        How can configure output attributes in free-radius?
        How do i do that ??? please help....
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to