stored procedure value for access-reject in free radius

Fajar A. Nugraha list at fajar.net
Tue Feb 5 12:42:21 CET 2013


On Tue, Feb 5, 2013 at 9:44 PM, Lakshmi Narayana Baliah
<LB0074453 at techmahindra.com> wrote:
>
>    Hi all,
>
>   I want to configure the  free radius to return access-reject based on the value in stored procedure in oracle database( i have configured oracle database to free radius)
>
>
>   How do i do that ??? please help....


One way to do that is with unlang: http://freeradius.org/radiusd/man/unlang.html
Hint: "if" block, "%{sql:...}", and "reject".

Another way is to have radcheck db entry for that user, but with
"Auth-Type := Reject"

--
Fajar


More information about the Freeradius-Users mailing list