Hello Nick -

On Monday 19 November 2001 14:46, Nick Black wrote:
> Hi,
>
> We have radiator running in AuthBy EMERALD mode with Platypus, and our
> radius server sends out Start, Stop, and Alive requests. What is the
> easiest way to log only Start and Stop requests in the SQL Database ????
>

It is probably easiest to do this with Handlers:

# define AuthBy EMERALD

<AuthBy EMERALD>
        Identifier UseEmerald
        .....
</AuthBy>

# define Handlers

<Handler Acct-Status-Type = /Start|Stop/>
        AuthBy UseEmerald
        .....
</Handler>

<Handler Request-Type = Accounting-Request>
        <AuthBy INTERNAL>
                AcctResult ACCEPT
        </AuthBy>
</Handler>

<Handler>
        AuthBy UseEmerald
        .....
</Handler>

Note that you should not mix Realms and Handlers in the same configuration 
file.

regards

Hugh

        
-- 
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