Hi Matt,
I am trying to accomplish the same thing here. I have found a good article that gives instructions on how to almost get this going for 10.8, but was more for 10.7.
http://revolutionwifi.blogspot.com/2012/02/mac-os-x-lion-creating-wi-fi-8021x.ht ml
Now you can get this to work and log in as the machine's active directory account, if you create a profile in configurator, export it (Without signing it, because you invalidate it when you edit it if it is signed) and then modify it like the author states in the comments. Here are the modifications...
============================
"Starting the line immediately below the SSID_STR key’s <string> value, add this:
<key>SetupModes</key>
<array>
<string>System</string>
</array>
Insert these lines immediately above the bottom-most PayloadType key line:
<key>PayloadScope</key>
<string>System</string>"
===================================
Now the issue that I am trying to get around. Once I join my 10.8 computer to active directory, I can get the machine account name and password out of Keychain Access. So I put that information in when I am prompted when installing the .mobileconfig file on the computer. See the attached image.
Then the computer attaches to the wireless network as itself with no problem. I can then log into the computer as a network user that has never before logged into the computer. Happy happy, joy joy.
So my question is. Does anyone know how to get the computer to automatically try to attach using it's active directory account info stored in Keychain Access, without having to manually input them? Because when the password on the computers machine account in AD changes the computer will no logger be able to attach to the wireless network as itself.
Thanks in advance for any help.
-Randy
Message was edited by: rb8475