WPA2 Enterprise Login

jonnydford
Contributor II

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?

1 ACCEPTED SOLUTION

jesseshipley
Contributor

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?

View solution in original post

3 REPLIES 3

davidacland
Honored Contributor II
Honored Contributor II

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?

jesseshipley
Contributor

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?

jonnydford
Contributor II

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