terraform-provider-unifi
terraform-provider-unifi copied to clipboard
Enabling radius mac authentication for wlan with wpapsk
Is it possible to enabled "RADIUS MAC authentication" using this provider?
I found there is the property "radius_profile_id", which sets the radius profile to be used, but from the docs it seems only to be related to wpaeap. My use case is to have wpapsk authentication for clients and assign the right network / vlan using radius. I had to manually enable "RADIUS MAC authentication" in the UI for this. Doing latter did not lead to any change when running terraform plan afterwards. So it appears that this switch is not implemented in this provider (?)