[iOS] Any way to Pass LDAP Authentication to Exchange & WiFi?

McAwesome
Valued Contributor

We're starting to toy around with DEP and iPad support. At the moment, we have it configured so that during the initial setup, they need to authenticate with LDAP credentials. After they finish the initial setup pages, the iPad gets the configurations for setting up their e-mail and the wireless network. These have their username pulled from LDAP and set to auto-fill where appropriate. The user ends up only having to enter their password a few times and then they're good to go.

I'm looking to simplify the user setup even more. Is there any way I can change the configuration profiles to use the password entered at authentication when those two profiles are added? That way they only have to log in the one time for it to register the device and configure their email and wireless. This isn't a mandatory thing, but it would definitely be helpful.

7 REPLIES 7

psliequ
Contributor III

Take a look at page 483 of the admin guide. You can get close. There are a number of $VARIABLES you can put into configuration profiles that pull data from the User & Location fields in Casper's inventory. Password is not supported but much else is.

nessts
Valued Contributor II

if your Mac is bound to AD and you select kerberos during the outlook setup and your exchange server is indeed configured for kerberos authentication it should just work.

nessts
Valued Contributor II

oh, sorry i see these are iOS devices. there is probably a way to get kerberos setup on them as well I just would not know how.

McAwesome
Valued Contributor

@psliequ, that's how we currently have it set up. It works perfectly...I'm just seeing if we can simplify it even further.

jarednichols
Honored Contributor

The most elegant solution is to get away from username & password authentication. If you can move to certificate-based authentication for your infrastructure you can use SCEP/NDES/AD Certificate to get certs on the device and then set up your profiles to use those. A big bonus there is that if you get your VPN authentication to be certificate-based, you get VPN-on-demand functionality where iOS will auto-detect the need to flip on VPN when reaching resources on your corporate network. Very nice user experience.

jescala
Contributor II

@jarednichols Funny you should mention this. I've been talking to our AD sysadmins and our JAMF account manager trying to figure out how to use NDES/SCEP in this way. The problem is that documentation is scarce. My Google-fu is failing me here. Is there anywhere that this configuration is documented? Please point us in the right direction.

jasontucker
New Contributor

I'm with you @jescala this is a great idea. If you find anything report back I'd love to work with this too!