Hello,
Scenario: I have a network that will provide three SSID's to users. Each SSID correlates to a VLAN that dictates what type of internet/intranet access that user can have. The Connection authentication is dictated VIA RADIUS which is in place and working.
So user in security "Wifi VIP Users" can only connect to SSID Wifi VIP Users, and users in security group "Wifi User1" can only connect to SSID Wifi User1", and users in security group "Wifi User2" can only connect to SSID
Wifi User2".
so at the moment, each user can see all three of the SSID's. For simplicity, I would like to automatically connect each user to there appropriate SSID based on that user security group. From what I can tell, GPO only allows me to push a WLAN based on the system (computer) group.
Question: Is there any way to dictate which SSID is applied based on the userID? So if a user from the "Wifi VIP Users" security group logs into any domain computer at the site, they will be granted access to the "VIP" network.
The only other option I see would be to add each users machine to a security group, but then that machine is what grants access to the network and not the user him/herself.