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.

Reply via email to