<br><br><div><span class="gmail_quote">On 8/30/07, <b class="gmail_sendername">Svend Eriksen</b> <<a href="mailto:se@metro-remote.no">se@metro-remote.no</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>We run freeradius 1.1.6 against postgresql 8.1.<br><br>With the current configuration the user can only login one time<br>simultaneously. What I want is that a user can login only one time per<br>NAS, but that the user can login on several NASes at the same time. The
<br>reason for this is that a user can move between NASes without the need<br>to logout from the NAS he is leaving.<br><br>The user can only login to NASes that is in a group that he is a member<br>of (this already works today).
<br><br>Is it also possible to set the "Simultaneously-Use" as a default value<br>for all users, so we don't have to set it on all the groups?<br><br><br>Here are the lines from the database<br><br>SELECT * FROM radcheck
<br>40 | user1         | Cleartext-Password | := | kebab1<br>41 | user1         | Expiration         | := | Dec 31 2050 00:00:00<br><br>SELECT * FROM radusergroup<br>user1         | testusergroup |        0<br><br>SELECT * FROM nas
<br>  7 | <a href="http://10.0.0.1">10.0.0.1</a> | NAS1 | other |       | naspw<br>  8 | <a href="http://10.0.0.2">10.0.0.2</a> | NAS2 | other |       | naspw<br><br>SELECT * FROM radgroupcheck<br>15 | testusergroup | NAS-IP-Address   | += | 
<a href="http://10.0.0.1">10.0.0.1</a><br>16 | testusergroup | NAS-IP-Address   | += | <a href="http://10.0.0.2">10.0.0.2</a><br>17 | testusergroup | Simultaneous-Use | := | 1<br><br><br><br>reg<br>Svend Eriksen</blockquote>
<div><br><br>Hi, <br>Why don't you  just add Simultaneous-Use for each user to radcheck?<br>As I understand you correctly, that would solve the problem, right? <br>I don't know how you actually add the new users, but it can easily be done to give them that attr. as a default one. 
<br></div><br></div><br>Kind Regards,<br>Yves<br>