<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt">Hello, I configured sqlcounter on my radius server and trying to limit hotspot users time. But when time expires, Max-All-Session is not kicking users. (but when they log out, then they cant log in) How can i solve this problem?<br><br>I am using:<br>Freeradius 2<br>CentOS 5.3<br>Mikrotik as NAS.<br><br>My sqlcounter.conf:<br><br>sqlcounter noresetcounter {<br> counter-name = Max-All-Session-Time <br> check-name = Max-All-Session <br> sqlmod-inst = sql <br> key = User-Name
<br> reset = never <br> query = "SELECT IFNULL(SUM(AcctSessionTime),0) FROM radacct WHERE UserName='%{%k}'" <br><div><br></div>
</div><br>
</body></html>