Try a google search.

It's pretty trivial to write a plugin for freeradius to do Oracle.
Just get the postgreSQL plugin and replace the Pg-specific code with
Oracle. Nothing more than a few days of coding..

I know OCI is very difficult to program for. There is library,
libsqlora8 (google it) that is a wrapper for OCI and makes things very
easy. Or you can use Pro*C which is easy too.

the easiest way is to configure freeradius to fork off a process
whenever it needs to handle an Auth-Request or an Acct-Start or -Stop.
The forked-off process can be just a shell script that calls SQLPlus.
however the performance of this will really suck eggs.



On 7/27/07, Mark Anthony C. Delfin <[EMAIL PROTECTED]> wrote:
> Hi list,
>
> Is there a way we could use oracle to store accounting methods from free
> radius.  Any link/URL and/or guide will help
>
> TIA
>
> Mark Delfin
>
> _________________________________________________
> Philippine Linux Users' Group (PLUG) Mailing List
> [email protected] (#PLUG @ irc.free.net.ph)
> Read the Guidelines: http://linux.org.ph/lists
> Searchable Archives: http://archives.free.net.ph
>


-- 
Orlando Andico
Sales Consulting - Emerging Technologies ASEAN
Oracle (Philippines) Corporation

The statements and opinions expressed here are my own and do not
necessarily represent those of Oracle Corporation.
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
[email protected] (#PLUG @ irc.free.net.ph)
Read the Guidelines: http://linux.org.ph/lists
Searchable Archives: http://archives.free.net.ph

Reply via email to