Am 11.02.2010 um 11:20 schrieb sr...@aol.in:


Hi List,

I have configured my linux devices to use freeRadius (freeRadius 1.1.5 with MySQL backend) authentication. Installation of pam library went well and am able to get authenticated against my freeRadius server. 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.
I did modify my radcheck table to have entires as following:
+----+-----------+--------------------+----+----------------+
| id | UserName  | Attribute          | op | Value          |
+----+-----------+--------------------+----+----------------+
|  1 | linuxuser | Password           | == | radpwd         |
| 12 | root      | Calling-Station-Id | == | 192.168.100.61 |
| 11 | root      | Password           | == | 10radpwd       |
| 10 | root      | Password           | == | 61radpwd       |
| 13 | root      | Calling-Station-Id | == | 192.168.70.10  |
+ ------------------------------------------------------------------------------

Try using := instead of == for setting in passwords.


But the failed to authenticate.

Please suggest what could be the problem, ASAP.
Also, are there any other ways to handle this kind of situation.


Appreciate your help.

Regards,
Sri.

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Have a nice day!

Nicolas Goutte


extragroup GmbH - Karlsruhe
Waldstr. 49
76133 Karlsruhe
Germany

Geschäftsführer: Stephan Mönninghoff, Hans Martin Kern, Tilman Haerdle
Registergericht: Amtsgericht Münster / HRB: 5624
Steuer Nr.: 337/5903/0421 / UstID: DE 204607841



-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to