Creating mobileconfig profiles at imaging

woggledog
New Contributor

Firstly, I've had a look at http://jamfnation.jamfsoftware.com/discussion.html?id=4838 which has helped

Specifically, it's configured to connect to EAP-FAST WPA2 enterprise networks

My issue is this: I'm creating a mobile config dynamically. It's written correctly, tabbed correctly, etc

Double clicking to import into system prefs works fine. It doesn't prompt you to then type in your user creds. It also creates a link in the user's keychain

using /usr/bin/profiles -I -F /tmp/8021x.mobileconfig prompts you to type in your user creds :-(

Any ideas? I've imported the mobileconfig into IPCU and exported (it's identical with the exception of auto join being added)

1 REPLY 1

colonelpanic
Contributor

I would attempt to automate a kinit with the required credentials before installing the profile using the profiles command. You can use the security command to create a keychain item with the kerberos password so that when you do a kinit it doesn't prompt for the password.