I read man unlang but to be honest I din't find it really useful for me.
However in "users" I found that DEFAULT or Fall-Through could be used if I have no entry for username.
What I need to do is autetificate everyone.
I have couple of users as user "admin" and for that users I creat entries like this one:
"admin" Cleartext-Password := "admin"
Tunnel-Type = VLAN,
Tunnel-Medium-Type = IEEE-802,
Tunnel-Private-Group-Id = 53,
Tunnel-Preference = 0x000000
Then all other users I need to place into VLAN 54. So at the end of file I thought entry like this could be ok to pass absolutely everyone:
"DEFAULT"
Tunnel-Type = VLAN,
Tunnel-Medium-Type = IEEE-802,
Fall-Through = Yes, #tried with/without
Tunnel-Private-Group-Id = 54,
Tunnel-Preference = 0x000000
But this and all others I tried didn't work.
Wireless network is [WPA/TKIP + WPA2/AES][Auth(802.1X)].
Have you any dvice how to fix it?