Skip to main content
Question

Creating mobileconfig profiles at imaging

  • April 30, 2013
  • 1 reply
  • 2 views

Forum|alt.badge.img+3

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

Forum|alt.badge.img+7
  • Contributor
  • April 30, 2013

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.