<font color='black' size='2' face='arial'>
<div> <br>
</div>

<div> <font size="2"><font face="Arial, Helvetica, sans-serif">Hi List,<br>
<br>
I have configured my linux devices to use freeRadius (freeRadius 1.1.5 with MySQL backend) authentication.<br>
Installation of pam library went well and am able to get authenticated against my freeRadius server.<br>
Now the problem is how to identify a user like root have same name on multiple machines. For this I observed that this PAM library is sending Calling-Station-Id in Access-Request packets.<br>
I did modify my radcheck table to have entires as following:<br>
+----+-----------+--------------------+----+----------------+<br>
| id | UserName  | Attribute          | op | Value          |<br>
+----+-----------+--------------------+----+----------------+<br>
|  1 | linuxuser | Password           | == | radpwd         |<br>
| 12 | root      | Calling-Station-Id | == | 192.168.100.61 |<br>
| 11 | root      | Password           | == | 10radpwd       |<br>
| 10 | root      | Password           | == | 61radpwd       |<br>
| 13 | root      | Calling-Station-Id | == | 192.168.70.10  |<br>
+------------------------------------------------------------------------------<br>
<br>
But the failed to authenticate. <br>
<br>
Please suggest what could be the problem, ASAP.<br>
Also, are there any other ways to handle this kind of situation.<br>
<br>
<br>
Appreciate your help.<br>
<br>
Regards,<br>
Sri.<br>
<br>
</font></font></div>

<div style="clear: both;"></div>
</font>