5 Feb
2013
5 Feb
'13
6:42 a.m.
On Tue, Feb 5, 2013 at 9:44 PM, Lakshmi Narayana Baliah <LB0074453@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