Thanks, I probably did something wrong in configuring the mysql module. I'll double check my configuration then. On Tuesday, July 14, 2015 12:23 AM, Alan DeKok <aland@deployingradius.com> wrote: On Jul 13, 2015, at 5:54 PM, Kwesi Yankson via Freeradius-Users <freeradius-users@lists.freeradius.org> wrote:
Thank you Alan.When I run the query in mysql this is what I get:mysql> SELECT id, username, attribute, value, op FROM radcheck WHERE username = 'me' ORDER BY id; +----+----------+--------------------+-------+----+ | id | username | attribute | value | op | +----+----------+--------------------+-------+----+ | 9 | me | Cleartext-Password | pass | := | +----+----------+--------------------+-------+----+
Well, then the server should work. There's really no magic in it. Alan DeKok.