I am looking for a way to deploy private preshared keys for WiFi to a large number of iOS Devices.
I was thinking of creating an extension attribute for mobile devices to store this individual PPSK. I was thinking of going to
Settings -> Mobile Device Management -> Extension Attributes and create a new one with Data Type String. In this Attribute I could then store the PPSK.
Now I was hoping to deploy a configuration profile to my devices with a WiFi payload that uses this Extension Attribute as the password to the WiFi.
The Admin Guide says:
LDAP Attribute Mapping—This populates the extension attribute with the value for an LDAP
attribute. It also generates a variable that can be used to populate configuration profile settings with values for the LDAP attribute. The variable is $EXTENSIONATTRIBUTE_<#>, where <#> is the extension attribute ID. For more information on payload variables for configuration profiles, see iOS Configuration Profiles.
Can this only be done using an LDAP Server? As I don't have an LDAP Server (only shared devices, no users) this would be a bad thing for me.