Freeradius with Oracle
Alexandre Chapellon
alexandre.chapellon at mana.pf
Fri Feb 20 18:56:32 CET 2009
What is AuthBlock?
An PL/SQL function?
A stored procedure?
Whatever it is, it MUST return data presented as freeradius expect it
(an array that mirror the users file syntax)
Personally, I use a PL/SQL function. Called like this:
authorize_check_query = "SELECT * FROM tables (my_sql_func('param1,
'param2'...))"
Hope it helps.
Le 19.02.2009 11:18, kenshin a écrit :
> Hi,
>
> I am trying to connect freeradius with Oracle, the catch is that to get the
> information from oracle we need to use a command that is called AuthBlock.
> Is there a way to add this to the oraclesql.conf?
>
> Thanks,
>
More information about the Freeradius-Users
mailing list