Some more details: We use a proxy on the iPads, it requires that the kids sign in once a day on their iPads, they do this with their AD credentials, and it works most of the time.
For the cases that it does not work, we want to have the kids to go to a simple website and try to sign in there. This will then do a few things:
- It helps us rule out the AD password as the issue (which it is in most cases)
- It will help the kids remember their passwords by trying a few times with clear feed back.
- Allow my techs to check that the password we have on file is correct quickly and easily.
- Give us a solid, relatable data point that the school admins can understand and can't argue with (they panic when this issue pops up and treat it like it's a back end system issue and not a user education one).
Have a powershell script is great, but it can't be run by the end user, who only has an iPad, and it has to be a website.
@JaredBusch said
Or you can roll your own by setting up mod_auth_ldap in Apache or PHP based LDAP.
This is what I was thinking to do and was hoping for a clear "1 Do this, 2 Do that ...." type howto.