Hello Manoj -

On Mon, 07 Aug 2000, mail_manoj wrote:
> Hello,
> Could anyone send me a copy of radius.cfg file that support Authby System
> and accounting through Oracle. 
> 

You would do something like this:

....

<AuthBy SQL>
        Identifier  SQL_Accounting
        DBSource ....
        DBUsername ....
        DBAuth ....
        AuthSelect
        AccountingTable ....
        AcctColumnDef ....
        ......
</AuthBy>

<AuthBy SYSTEM>
        Identifier Check_SYSTEM
        .....
</AuthBy>

<Handler Request-Type = Accounting-Request>
        AuthBy SQL_Accounting
</Handler>

<Handler>
        AuthBy Check_SYSTEM
</Handler>

Have a look at sections 6.25 and 6.32 in the Radiator 2.16.1 reference manual.

There is also a very complete and well documented configuration file in the
main distribution directory in the file called "radius.cfg".

The FAQ also has an item on using Oracle here:

        http://www.open.com.au/radiator/faq.html#58

hth

Hugh

-- 
Radiator: the most portable, flexible and configurable RADIUS server 
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, 
Platypus, Freeside, Interbiller, TACACS+, PAM, external, etc, etc.
Available on Unix, Linux, FreeBSD, Windows 95/98/2000, NT, MacOS X.



===
Archive at http://www.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to