free radius output attributes configuration
Hi All, How can configure output attributes in free-radius? How do i do that ??? please help.... Thanks Lakshmi ============================================================================================================================ Disclaimer: This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy statement, you may review the policy at <a href="http://www.techmahindra.com/Disclaimer.html">http://www.techmahindra.com/Disclaimer.html</a> externally and <a href="http://tim.techmahindra.com/tim/disclaimer.html">http://tim.techmahindra.com/tim/disclaimer.html</a> internally within Tech Mahindra. ============================================================================================================================
what is output attributes ? On Wed, Feb 6, 2013 at 10:19 AM, Lakshmi Narayana Baliah < LB0074453@techmahindra.com> wrote:
Hi All,
How can configure output attributes in free-radius? How do i do that ??? please help....
Thanks Lakshmi
============================================================================================================================ Disclaimer: This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy statement, you may review the policy at <a href=" http://www.techmahindra.com/Disclaimer.html"> http://www.techmahindra.com/Disclaimer.html</a> externally and <a href="http://tim.techmahindra.com/tim/disclaimer.html"> http://tim.techmahindra.com/tim/disclaimer.html</a> internally within Tech Mahindra.
============================================================================================================================ - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
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....
participants (3)
-
Iliya Peregoudov -
Lakshmi Narayana Baliah -
Russell Mike