20 Feb
2009
20 Feb
'09
12:56 p.m.
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,