15 Apr
2022
15 Apr
'22
12:44 p.m.
On Apr 15, 2022, at 12:00 AM, Jason Womack via Freeradius-Users <freeradius-users@lists.freeradius.org> wrote:
How I can go about assigning a group value to each user definition and then post-auth (I think from reading) use that group name to define the specific attributes such as Tunnel-Type, Tunnel-Medium-Type, and Tunnel-Private-Group-Id. I simply want to do this to avoid having to repeat all these tunnel values for each device. I am running freeradius v3.0.25 on freebsd.
See mods-available/etc_group You can change the filename to something else (e.g. raddb/group), and then list the module in the "authorize" section. Alan DeKok.