(RADIATOR) Handling Accounting Request

Hugh Irvine hugh at open.com.au
Thu Jun 24 17:33:20 CDT 2004


Hello Jack -

An alternative is to add an AuthBy SQL clause like this:

<Realm ....>
	
	AuthByPolicy ContinueAlways

	<AuthBy SQL>
		# deal with accounting
		.....
		AuthSelect
		......
		AccountingTable ACCOUNTING
		AcctColumnDef .....
		......
	</AuthBy>

	<AuthBy ...>
		# your normal AuthBy
		.....
	</AuthBy>
	.....
</Realm>


regards

Hugh


On 25 Jun 2004, at 02:45, Jaskaran Singh wrote:

> Hi Hugh
>  I don't wish to mix handlers and realms in my configuration file 
> unless you
> advise me to do so, as I am using <Realms> in my configuration file 
> and have
> not used any <handler> so far. Is there a separate approach you can 
> advise?
> Thanks
> Jack
>
> -----Original Message-----
> From: owner-radiator at open.com.au [mailto:owner-radiator at open.com.au] On
> Behalf Of Hugh Irvine
> Sent: Tuesday, June 22, 2004 2:02 AM
> To: jsingh at fdu.edu
> Cc: radiator at open.com.au
> Subject: Re: (RADIATOR) Handling Accounting Request
>
>
> Hello Jaskaran -
>
> The usual way to do this is with Handlers:
>
> # deal with accounting requests
>
> <Handler Request-Type = Accounting-Request>
> 	.....
> </Handler>
>
> # deal with authentication requests
>
> <Handler>
> 	.....
> </Handler>
>
> regards
>
> Hugh
>
>
> On 22 Jun 2004, at 05:12, Jaskaran Singh wrote:
>
>> Hi
>>  How do you handle just an incoming accounting request from the
>> configuration point of view, My point being to understand that this is
>> just
>> an accounting request and logging it in the database?
>> thanks
>>
>> Jaskaran Singh
>> University Systems & Security
>> Fairleigh Dickinson University
>> 1000 River Road, Mail Stop TBH1-01
>> Teaneck, NJ 07666
>>
>>
>> --
>> Archive at http://www.open.com.au/archives/radiator/
>> Announcements on radiator-announce at open.com.au
>> To unsubscribe, email 'majordomo at open.com.au' with
>> 'unsubscribe radiator' in the body of the message.
>>
>>
>
> NB: have you included a copy of your configuration file (no secrets),
> together with a trace 4 debug showing what is happening?
>
> -- 
> Radiator: the most portable, flexible and configurable RADIUS server
> anywhere. Available on *NIX, *BSD, Windows, MacOS X.
> -
> Nets: internetwork inventory and management - graphical, extensible,
> flexible with hardware, software, platform and database independence.
> -
> CATool: Private Certificate Authority for Unix and Unix-like systems.
>
> --
> Archive at http://www.open.com.au/archives/radiator/
> Announcements on radiator-announce at open.com.au
> To unsubscribe, email 'majordomo at open.com.au' with
> 'unsubscribe radiator' in the body of the message.
>
>

NB: have you included a copy of your configuration file (no secrets),
together with a trace 4 debug showing what is happening?

-- 
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. Available on *NIX, *BSD, Windows, MacOS X.
-
Nets: internetwork inventory and management - graphical, extensible,
flexible with hardware, software, platform and database independence.
-
CATool: Private Certificate Authority for Unix and Unix-like systems.

--
Archive at http://www.open.com.au/archives/radiator/
Announcements on radiator-announce at open.com.au
To unsubscribe, email 'majordomo at open.com.au' with
'unsubscribe radiator' in the body of the message.


More information about the radiator mailing list