"Mike Hall" <[EMAIL PROTECTED]> wrote:
> The two access point authenticate differently.  The Orinoco sends the
> Value as the SharedSecret & the Cisco sends the Value as the MacAddress.

  You've said that before.

> What can I do to make this work?  I could create two entries like this:
...
> But this just confuses the Radius server and auth fails.

  So edit the SQL table definition & queries, so it selects by
User-Password, too.

>  Please offer some suggestions on what we can do.  Thanks again.

  I thought I had 3 suggestions in my last email.  Did you try any of
them?

  Here's another suggestion: create a new SQL table to hold the shared
secrets for each AP, and do:

DEFAULT  User-Password == `%{sql:SELECT stuff by %{Client-IP-Address}:-%{User-Name}}`

  List the AP's that use the shared secret in the SQL database, and
don't list the others.  If the SQL query returns nothing, then the
password will be set to the User-Name, which will work for the other
AP's.

  That's 4 solutions.
 
  Alan DeKok.

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

Reply via email to