(RADIATOR) Excluding Alive packets from SessionDatabase

Hugh Irvine hugh at open.com.au
Fri Jul 16 20:04:54 CDT 2004


Hello Vangelis -

The way to do this is with Handlers:

<SessionDatabase SQL>
	Identifier SQLSDB
	....
</SessionDatabase>

<SessionDatabase NULL>
	Identifier NULLSDB
	.....
</SessionDatabase>

.....

<Handler Acct-Status-Type = Alive>
	SessionDatabase NULLSDB
	<AuthBy INTERNAL>
		AcctResult ACCEPT
	</AuthBy>
</Handler>

<Handler....>
	SessionDatabase SQLSDB
	.....
</Handler>

......


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

regards

Hugh



On 16 Jul 2004, at 20:56, Vangelis Kyriakakis wrote:

> Hello,
>
>      Is it possible to prevent Alive packets from changing the 
> SessionDatabase? It would be a nice feature to select the 
> Acct-Status-Types that can alter the SessionDatabase. Sometimes when 
> you have a lot of Alive packets it's a waste of time to add again the 
> user in the SessionDatabase.
>
>               Regards
>                     Vangelis Kyriakakis
>
> --
> 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