<div dir="ltr">The role of "<span style="font-family:arial,sans-serif;font-size:13px">deletestalesessions" parameter is to delete the record if checkrad script returns 0. </span><font face="arial, sans-serif">Nevertheless, for it to work, you need to enable SNMP in your NAS, because checkrad script tries to connect through SNMP.</font><div>
<br></div><div>Checkrad script is responsible for avoiding stale sessions.</div><div><br></div><div>It works like this:</div><div><br></div><div>- user tries to log in.</div><div>- if there is a stale session in the database, run checkrad script</div>
<div>- checkrad script connects to the NAS (through snmp) and list active users.</div><div>- if checkrad sees the user, it returns 1. This tells freeradius to reject the authentication. In the log files, u will see "multiple logins"</div>
<div>- if checkrad does'nt see the user, it returns 0. This tells freeradius do accept the login</div><div><br></div><div>If for some reason, NAS does'nt send Acct-stop packet, you need to close the session in the database yourself. I wrote a script to do that. In fact, I based my script on coovachilli's script.</div>
<div><br></div><div><br></div><div class="gmail_extra"><div><div dir="ltr"><div><font face="courier new, monospace"><a href="http://claytonaalves.github.com" target="_blank">Clayton A. Alves</a></font></div><div><font face="courier new, monospace"><img src="http://speaking24.com/images/icons/skype.png"> <b>claytonaalves</b></font></div>
<div><font face="courier new, monospace"><img src="http://who.pho.to/img/thumbs/jogosparacelulares.galerarox.net_favicon.jpg"> +55 66 9233-3406</font></div></div></div>
<div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><br><br><div class="gmail_quote">2014-04-15 7:09 GMT-04:00 Fernando Pizarro <span dir="ltr"><<a href="mailto:feanpg@gmail.com" target="_blank">feanpg@gmail.com</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all!<br>
<br>
I had configured MySQL to store sessions of the users and I have a lots of records with wrong acctsessiontime value because NAS are sent Accounting On/Off packets and the database is update with the actual timestamp.<br>

<br>
I change deletestalesessions = no in sql.conf but the database is update too. What is the function of this parameter?<br>
<br>
There are some attribute to avoid stale sessions? I remember Idle-Timeout attribute but if the NAS isn't live the server never kill that session right?<br>
<br>
Thanks for all.<br>
Kings regards. Fernando.<br>
-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/<u></u>list/users.html</a><br>
</blockquote></div><br></div></div>