How are you all doing WiFI based AD authentication?
We have an 802.1X solution that was implemented before I arrived. You can connect to the SSID but you won't get an IP address until you supply an AD username and password. That makes life interesting if you have computers that can't be permanently wired to Ethernet all the time ... like laptops.
On our standard 10.8 build, I tried a modified script tied to a LaunchAgent to detect if there was no ethernet access and then mount an existing 802.1x profile on the computer. No go, wifi on, network connected, no IP as it didn't pass credentials through.
Tried config profiles using the "Use as a Login Window configuration" option. Found that this method only works for us when a user account already exists on the system. If someone logging in doesn't have an existing account, it fails.
We're pretty tied to our existing 802.1x implementation thanks to the requirements of JANET (www.ja.net if you're interested) and their "eduroam" scheme. Change at the RADIUS end of things may not be possible but despite that i'm thinking some sort of limited machine based authentication may be the way to go.
Any thoughts?