I am setting up a new wifi ssid. This will be for our office computers. I only want company owned, domain joined computers to be on this wifi. I don't have budget for ISE or anything like that. I need it to be reliable, but not complicated. I would be fine with saying that anyone with domain credentials should be able to get on this wifi.
I am trying to decide what authentication scheme I want to use. I have it narrowed down to LDAP or pre-shared key.
I like LDAP because it seems to be more scalable / manageable to use domain credentials. That way, everything is per-user. And, if they user is disabled, then those devices can't get on the wifi. And, I worry about the preshared key being given out.
On the other hand, I could do a preshared key and publish it through group policy.The users wouldn't have to know the key.
And, this might be the deal breaker... I want to use Wifi6 and Wifi6 requires WPA3 and it looks like I can't use LDAP and WPA3.
Anyway, is there something that I missing? Is there future support for WPA3 under LDAP?
Also, is there another protocol that talks straight to active directory other than LDAP? I thought there was, but I don't see it in the options.
Thanks everyone