NetNITCO Systems Administration <[EMAIL PROTECTED]> wrote:
> but I need to be able to authenticate with user/passwords from MySQL.

  No, you don't.  You do NOT want to give your users accounts to log
in to your MySQL server.

  You want to pull the user's authorization items from MySQL
(e.g. Password).  You then want to use another method to authenticate
them.

> I would assume that this should be fairly simple to configure, but
> the solution eludes me.

  I would recommend reading the debugging output of the server.  If
the sql module returns 'notfound' for a user, then it means that the
users configuration was not found in the MySQL database.  Fix that,
and it should work.

  Alan DeKok.

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

Reply via email to