On Aug 25, 2019, at 6:45 AM, Gilbert Rebeiro <gilbertrebeiro@gmail.com> wrote:
When I query the database I get MariaDB [radius]> SELECT id, username, attribute, value, op FROM radcheck WHERE username = 'test@dsl.dido.ca' ORDER BY id; +----+------------------+--------------------+-------------------+----+ | id | username | attribute | value | op | +----+------------------+--------------------+-------------------+----+ | 13 | test@dsl.dido.ca | Cleartext-Password | testing123testing | := | +----+------------------+--------------------+-------------------+----+ 1 row in set (0.000 sec)
Not sure why it can't find the user...
There's not much that can go wrong here, unfortunately. Maybe the SQL query is wrong, or the "radius" user doesn't have permission to query those tables. Alan DeKok.