Hi,
 In this case I am not using sql at the central accounting server or at 
the host I am proxying to.  So is there a way for me to fwd accounting 
request to both hosts on port 1646?

Thanks

-----Original Message-----
From: Hugh Irvine [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 13, 2002 7:09 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: (RADIATOR) Proxying accounting requests.



Hello -

You will need to add an AuthBy SQL clause to your configuration file.

Something like this:

# define AuthBy SQL clause for accounting

<AuthBy SQL>
        Identifier SQLAccounting
        ......
        # empty AuthSelect to disable authentication
        AuthSelect

        # define accounting
        AccountingTable ACCOUNTING
        AcctColumnDef .....
        .....
</AuthBy>

# define Realms

<Realm some.realm>
        AuthByPolicy ContinueAlways
        AuthBy SQLAccounting
        <AuthBy ....>
                ....
        </AuthBy>
        .....
</Realm>

<Realm another.realm>
        AuthByPolicy ContinueAlways
        AuthBy SQLAccounting
        <AuthBy ....>
                ....
        </AuthBy>
        .....
</Realm>

.....


regards

Hugh


On Tue, 14 May 2002 01:02, [EMAIL PROTECTED] wrote:
> I want to put in a central radius accountinng server and was 
wondering how
> to configure my realms.  I have some realms that I proxy for 
and some I do
> not.  Right now I have all the realms going to a file.  Is 
there a way I
> can tell the realms to fwd to a central server?  Right now I am just
> saving them to files.
>   If I do this, will it also still fwd the start/stop packets to the
> radius servers I am proxying to?
>
>
>
> Thanks
>
> ===
> Archive at http://www.open.com.au/archives/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.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to