<div dir="ltr">Thankyou Alan!<br><br>You gave us an idea about how we can set "ok" to return a default ok for the section.<br><br>We tested with our second approach as below and thrilled that it works/<br>This ensures radius returns ok even if the sql_update_**** modules fail.<br>
<br> redundant{<br> ok<br> }<br> sql_update_xxxx {<br> FAIL=1<br> }<br>
sql_update_yyyy {<br>
FAIL=1<br>
}<br>
<span class="HOEnZb"><font color="#888888"><br></font></span><br><br>Regards<br>Shweta<br><br><br><br><div class="gmail_quote">On Sun, Dec 11, 2011 at 1:56 PM, Alan DeKok <span dir="ltr"><<a href="mailto:aland@deployingradius.com">aland@deployingradius.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Shweta Khadse wrote:<br>
> The last two sql updates ie *"Sql_update_xxxx" and **"Sql_update_yyyy"<br>
> *do not have a redundant module defined. The actions of these statement<br>
<div class="im">> is not very critical. However we observe that if the radius is unable to<br>
> execute these the radius drops the session and returns a FAIL.<br>
><br>
> One way to avoid this session disconnection is to implement a redundant<br>
> module for the last two statements as well.<br>
<br>
</div> Yes. Just do:<br>
<br>
redundant {<br>
sql_update_xxxx<br>
sql_update_yyyy<br>
ok<br>
}<br>
<span class="HOEnZb"><font color="#888888"><br>
Alan DeKok.<br>
-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br>
</font></span></blockquote></div><br></div>