Auth: (24) Login incorrect (No Auth-Type found: rejecting the user via Post-Auth-Type = Reject):

Alan DeKok aland at deployingradius.com
Sun Aug 25 17:47:11 CEST 2019


On Aug 25, 2019, at 6:45 AM, Gilbert Rebeiro <gilbertrebeiro at gmail.com> wrote:
> 
> When I query the database I get
> MariaDB [radius]> SELECT id, username, attribute, value, op FROM radcheck WHERE username = 'test at dsl.dido.ca' ORDER BY id;
> +----+------------------+--------------------+-------------------+----+
> | id | username         | attribute          | value             | op |
> +----+------------------+--------------------+-------------------+----+
> | 13 | test at 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.





More information about the Freeradius-Users mailing list