Radius attributes not sent
Alan DeKok
aland at deployingradius.com
Sat Jan 18 03:11:40 UTC 2025
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