Skip to main content
Solved

WPA2 Enterprise Login

  • February 25, 2015
  • 3 replies
  • 6 views

Forum|alt.badge.img+7

I'm trying to work out a way to script / configuration profile the login to our corporate WiFi.

Normally we'd just use the details from the login window.

However, we authenticate with the domainuser.name which throws me off a bit.

Anyone had any luck getting this working?

Best answer by jesseshipley

You can do this with a config profile and use global variables to fill in the username. Are you looking to have auto populate the password as well somehow?

3 replies

davidacland
Forum|alt.badge.img+18
  • Valued Contributor
  • February 25, 2015

I've done this a few times so can probably give some pointers. Do you know what EAP type is needed and make of the backend RADIUS etc?


Forum|alt.badge.img+13
  • Contributor
  • Answer
  • February 25, 2015

You can do this with a config profile and use global variables to fill in the username. Are you looking to have auto populate the password as well somehow?


Forum|alt.badge.img+7
  • Author
  • Contributor
  • March 2, 2015

Sorry for the late response.

Global variables seems a great way to do this.

The biggest annoyance with WiFi is that people don't know to put 'emea' at the start of their username.

FYI, for anyone else looking at this the following has worked for us:

emea$USERNAME

Then the user will be prompted for their password.

I'm yet to test this for Macs but have tested it on iOS and works perfectly.

Thanks both