Hello again,
The two access point authenticate differently. The Orinoco sends the
Value as the SharedSecret & the Cisco sends the Value as the MacAddress.
Example:
**************** ORINOCO AP ****************
+-----+--------------+---------------+--------------+-----+
| id | UserName | Attribute | Value | op |
+-----+--------------+---------------+--------------+-----+
| 1 | MacAddress | User-Password | SharedSecret | == |
+-----+--------------+---------------+--------------+-----+
**************** CISCO AP ****************
+-----+--------------+---------------+-------------+-----+
| id | UserName | Attribute | Value | op |
+-----+--------------+---------------+-------------+-----+
| 1 | MacAddress | User-Password | MacAddress | == |
+-----+--------------+---------------+-------------+-----+
What can I do to make this work? I could create two entries like this:
+-----+--------------+---------------+--------------+-----+
| id | UserName | Attribute | Value | op |
+-----+--------------+---------------+--------------+-----+
| 1 | MacAddress | User-Password | MacAddress | == |
+-----+--------------+---------------+--------------+-----+
| 2 | MacAddress | User-Password | SharedSecret | == |
+-----+--------------+---------------+--------------+-----+
But this just confuses the Radius server and auth fails. Please offer
some suggestions on what we can do. Thanks again.
--
Mike Hall
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html