Hello! If I want to assign a VLAN for group the syntax it would be:
DEFAULT Ldap-Group == "STUDENT"
Tunnel-Type = VLAN,
Tunnel-Medium-Type = IEEE-802,
Tunnel-Private-Group-ID = "81"
but if I want to assign VLAN for domain:
DEFAULT Realm == aeiou.com
Tunnel-Type = VLAN,
Tunnel-Medium-Type = IEEE-802,
Tunnel-Private-Group-ID = "99"
it is this correct??
Thanks!!