I'm working on a new .mobileconfig file to distribute 802.1x settings.
I can make this work in a file built by ProfileManager, but when I build what appears to be the same thing on my JSS and load it on a test box, I'm getting "Acquired: cannot prompt for missing user name" from eapolclient in console.app.
I want to compare the two mobileconfig files, so I converted the PM file with plutil:
>>plutil -convert xml1 PMFile.mobileconfig
When I try to convert the JSS-generated file:
>>plutil -convert xml1 JSSFile.mobileconfig
JSSFile.mobileconfig: Property List error: Unexpected character 0 at line 1 / JSON error: JSON text did not start with array or object and option to allow fragments not set.
Is there a way to get a standard Property List file from the JSS? (I can't convert to JSON either).