31 Aug
2023
31 Aug
'23
12:18 p.m.
Citando Kristofer Hallin <kristofer@sunet.se>:
Most of the time you just have to return these attributes with whatever values is useful for you.
Tunnel-Type Tunnel-Medium-Type Tunnel-Private-Group-Id
/K
This worked, thanks!! In sites-enabled/default I added this if (LDAP-Group == "mygroup"){ update reply { Tunnel-Type = "VLAN", Tunnel-Medium-Type = "IEEE-802", Tunnel-Private-Group-Id = "102" } } And I had to enable use_tunneled_reply on the eap module too. Is this the proper way to return the attributes or should I use the user files instead? Thanks