<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7653.38">
<TITLE>Stop,Start, alive acct messages forwarding</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->
<P><FONT SIZE=2 FACE="Arial">Hi All,</FONT>
</P>
<P><FONT SIZE=2 FACE="Arial">I'm evaluating Radiator for my company. </FONT>
<BR><FONT SIZE=2 FACE="Arial">I read the Reference manual, but I didn't find a response to my question.</FONT>
<BR><FONT SIZE=2 FACE="Arial">I want to add an <AuthBy RADIUS> clause in which Ignore the Authentication messages and forward only Start, Stop and Alive accounting messages to a target Server.</FONT></P>
<P><FONT SIZE=2 FACE="Arial">Moreover I don't want to take any decision if ACCEPT or IGNORE these messages, others AuthBy clause must do this work. My clause shall be linked using an identifier, in every Realm or Handler included into the Radiator configuration files.</FONT></P>
<P><FONT SIZE=2 FACE="Arial">Until now i wrote somethig like that:</FONT>
<BR><FONT SIZE=2 FACE="Arial">-------------------------------------------------</FONT>
<BR><FONT SIZE=2 FACE="Arial"> <AuthBy RADIUS></FONT>
<BR><FONT SIZE=2 FACE="Arial"> Identifier myidentifier</FONT>
<BR><FONT SIZE=2 FACE="Arial"> <Host myhost.com></FONT>
<BR><FONT SIZE=2 FACE="Arial"> # secret for host</FONT>
<BR><FONT SIZE=2 FACE="Arial"> Secret francesco</FONT>
<BR><FONT SIZE=2 FACE="Arial"> AcctPort 1002</FONT>
<BR><FONT SIZE=2 FACE="Arial"> Retries 3</FONT>
<BR><FONT SIZE=2 FACE="Arial"> RetryTimeout 10</FONT>
<BR><FONT SIZE=2 FACE="Arial"> </Host></FONT>
<BR><FONT SIZE=2 FACE="Arial"> # Just Ignore Authentication-Requests</FONT>
<BR><FONT SIZE=2 FACE="Arial"> IgnoreAuthentication</FONT>
<BR><FONT SIZE=2 FACE="Arial"> IgnoreAccountingResponse</FONT>
<BR><FONT SIZE=2 FACE="Arial"> # Only forward Accounting Start, Alive and Stop requests,</FONT>
<BR><FONT SIZE=2 FACE="Arial"> # ack all other accounting without forwarding</FONT>
<BR><FONT SIZE=2 FACE="Arial"> # HandleAcctStatusTypes Start,Stop,Alive</FONT>
<BR><FONT SIZE=2 FACE="Arial"> </AuthBy></FONT>
<BR><FONT SIZE=2 FACE="Arial">------------------------------------------------------</FONT>
</P>
<P><FONT SIZE=2 FACE="Arial">I can't use "HandleAcctStatusTypes Start,Stop,Alive" as filter becouse it generate an automatic ACCEPT for all the others acct messages.</FONT></P>
<P><FONT SIZE=2 FACE="Arial">I'd like to insert this AuthBy clause like below into any Realm or handler:</FONT>
</P>
<P><FONT SIZE=2 FACE="Arial">-------------------------------------------------------------</FONT>
<BR><FONT SIZE=2 FACE="Arial"><Realm DEFAULT></FONT>
</P>
<P><FONT SIZE=2 FACE="Arial"> AuthByPolicy ContinueWhileIgnore</FONT>
<BR><FONT SIZE=2 FACE="Arial"> # This authenticates through the AuthBy defined for LIIMS</FONT>
<BR><FONT SIZE=2 FACE="Arial"> AuthBy myidentifier</FONT>
<BR><FONT SIZE=2 FACE="Arial"> </FONT>
<BR><FONT SIZE=2 FACE="Arial"> <AuthBy FILE></FONT>
<BR> <FONT SIZE=2 FACE="Arial">Filename %D/users</FONT>
<BR><FONT SIZE=2 FACE="Arial"> </AuthBy></FONT>
<BR><FONT SIZE=2 FACE="Arial"> # Log accounting to a detail file</FONT>
<BR><FONT SIZE=2 FACE="Arial"> AcctLogFileName %L/detail</FONT>
<BR><FONT SIZE=2 FACE="Arial"> </FONT>
<BR><FONT SIZE=2 FACE="Arial"></Realm></FONT>
<BR><FONT SIZE=2 FACE="Arial">-------------------------------------------------------------</FONT>
</P>
<P><FONT SIZE=2 FACE="Arial">Is there the possibility to filter the forwarded messages and to not automatically ACCEPT the others?</FONT>
</P>
<P><FONT SIZE=2 FACE="Arial">Thank you for you attention.</FONT>
</P>
<P><FONT SIZE=2 FACE="Arial">Francesco Toro</FONT>
</P>
</BODY>
</HTML>