Hi ,<br><br>I have freeradius configured with Mysql.<br><br>I would like to have a user can ssh login to 2 server linux (i.e. 2 NAS , same username).<br><br>Freeradius must make the control if NAS-IP Address is ok for this user in the radcheck table..<br>
<br>I use the "==" operator end my radcheck table is:<br><br>mysql> SELECT id, UserName, Attribute, Value, op from radcheck WHERE Username = 'pippo' order by id;<br>+----+----------+----------------+---------------+----+<br>
| id | UserName | Attribute      | Value         | op |<br>+----+----------+----------------+---------------+----+<br>| 39 | pippo    | NAS-IP-Address | <a href="http://10.0.0.52">10.0.0.52</a>     | == |<br>| 40 | pippo    | NAS-IP-Address | <a href="http://10.0.0.49">10.0.0.49</a>     | == |<br>
| 41 | pippo    | Expiration     | 1203325200    | == |<br>| 42 | pippo    | Crypt-Password | v7fawImvQUoXM | == |<br>+----+----------+----------------+---------------+----+<br><br><br>It doesn't work......<br><br>Some ideas ???<br>
<br>Thank you<br><br>Enrico<br>