Radius attributes not sent

Mik J mikydevel at yahoo.fr
Mon Jan 20 21:51:41 UTC 2025


Hello Alan,
Thank you very much for pointing out this error.
I will read again this page.
Have a nice week


Le samedi 18 janvier 2025 à 04:11:53 UTC+1, Alan DeKok <aland at deployingradius.com> a écrit : 





On Jan 17, 2025, at 7:25 PM, Mik J via Freeradius-Users <freeradius-users at lists.freeradius.org> wrote:

>> select * from radgroupreply;
> +----+-----------+-------------------------+----+----------+
> | id | groupname | attribute              | op | value    |
> +----+-----------+-------------------------+----+----------+
> |  1 | admin    | Tunnel-Type            | == | VLAN    |
> |  2 | admin    | Tunnel-Medium-Type      | == | IEEE-802 |
> |  3 | admin    | Tunnel-Private-Group-Id | == | 9        |

> +----+-----------+-------------------------+----+----------+

  "=="  ?

  Read the SQL documentation at https://wiki.freeradius.org/modules/rlm_sql

  Look for "operators".

  "==" is a comparison operator.  You probably want "=" or ":=".

  Alan DeKok.




More information about the Freeradius-Users mailing list