Hello Steve -
This has been discussed on the list many times (www.starport.net/~radiator).
Basically this is what to do:
# AuthBy SQL for database storage
<AuthBy SQL>
Identifier AccountingDatabase
.....
</AuthBy>
# AuthBy RADIUS for proxy
<AuthBy RADIUS>
Identifier ProxyToRemote
.....
</AuthBy>
# Your normal Realm(s) or Handler(s)
<Handler .....>
AuthByPolicy ContinueAlways
AuthBy AccountingDatabase
AuthBy ProxyToRemote
</Handler>
.....
Note that the AuthBy RADIUS must be the last clause in the list.
hth
Hugh
On Friday 09 March 2001 08:12, Steve Phillips wrote:
> Hello :)
>
> I am running a proxy radius server and need to be able to send Start/Stop
> accounting records to a database for tracking locally, yet still need to
> make this transparent to the authenticating radius server at the far end.
>
> At first I thought I could just add a second AuthBy clause to the handler -
> yet this captures the Start/Stop records and simply sends them to the
> database and doesn't also proxy them on.
>
> I guess what I'm wanting to do is for every accounting record that hits the
> box I wish to duplicate into two accounting records, send one to a database
> and the second the the remote radius server that received the
> authentication request.
>
> if anyone has a way of doing this I'd be interested in finding out :)
>
> Cheers in advance.
>
> --
> Steve.
>
>
> ===
> 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.
--
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. Available on *NIX, *BSD, Windows 95/98/2000, NT, MacOS X.
-
Nets: internetwork inventory and management - graphical, extensible,
flexible with hardware, software, platform and database independence.
===
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.