(RADIATOR) Re: how to reject START
    Hugh Irvine 
    hugh at open.com.au
       
    Tue Aug 24 17:00:20 CDT 2004
    
    
  
Hello -
The answer to this depends somewhat on what else you are doing in your 
configuration file.
Here is one way:
<Handler Acct-Status-Type = Stop>
	# deal with stops
	.....
</Handler>
<Handler>
	# deal with everything else
	.....
</Handler>
You can also do something similar in your AuthBy SQL clause:
	<AuthBy SQL>
		# deal with stops only
		HandleAcctStatusTypes Stop
		.....
	</AuthBy>
regards
Hugh
On 24 Aug 2004, at 20:54, Mohammad Junaid wrote:
> Hi,
> Our NAS is sending Start and Stop packets, due to this reason we have 
> two records every time a users connects and then disconnects . We want 
> only one record (CDR) for each user who connects and then disconnects. 
> Due to debugging requirement we cannot stop NAS to generate START 
> packet, therefore we want radiator to ignore START packet and only 
> accept STOP packet. How we can achieve this.
>  
> Mohammad Junaid
>
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