solved, thanks... <br>i just comment in this part :<br>#simul_verify_query = "SELECT RadAcctId, AcctSessionId, UserName, NASIPAddress, NASPortId, FramedIPAddress, CallingStationId, FramedProtocol FROM ${acct_table1} WHERE UserName='%{SQL-User-Name}' AND AcctStopTime = 0"
<br><br>and now everything work well<br>thanks for any reply<br><br><br><div><span class="gmail_quote">2007/5/18, <a href="mailto:tnt@kalik.co.yu">tnt@kalik.co.yu</a> <<a href="mailto:tnt@kalik.co.yu">tnt@kalik.co.yu</a>
>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Did you change the type for this NAS to "other"?<br><br>Ivan Kalik<br>
Kalik Informatika ISP<br><br><br>Dana 17/5/2007, "Trio Yulistianto" <<a href="mailto:trioy99@gmail.com">trioy99@gmail.com</a>> piše:<br><br>>hi all im using Freeradius-1.1.6, with mysql database.i'm still confusing
<br>>about simultaneous-use.<br>>i want to limiting the maximum number of simultaneous logons ( just 1<br>>session can login for every 1 user in a same time)<br>>this is my radiusd.conf<br>><br>>session {
<br>>        sql<br>>}<br>>and this is my database :<br>>mysql> select * from radcheck where username='dara@idola';<br>>+----+-----------------+---------------------------+----+--------------+<br>
>| id | UserName   | Attribute               | op | Value      |<br>>+----+-----------------+----------------------------+----+-------------+<br>>| 55 | dara@idola | Password             | == | denpasar |<br>>| 65 | 
dara@idola | Simultaneous-Use | :=  | 1            |<br>>+----+-----------------+---------------------------+----+--------------+<br>>2 rows in set (0.00 sec)<br>>mysql>  select username,acctstoptime from radacct where
<br>>username='dara@idola' and acctstoptime=0;<br>>+----------------+-------------------------------+<br>>| username   | acctstoptime             |<br>>+----------------+--------------------------------+
<br>>| dara@idola | 0000-00-00 00:00:00  |<br>>+-----------------+-------------------------------+<br>>1 row in set (0.00 sec)<br>><br>>with that config and data rows, user dara@idola can login for second session
<br>>:(<br>>any help expected<br>><br>>thanks<br>>trio<br>><br>><br><br>-<br>List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html">http://www.freeradius.org/list/users.html
</a><br></blockquote></div><br>