Posted on 02-19-2015 06:44 AM
Right now it takes about 2 minutes to sign into a computer that is not on our internal network. The reason I think its taking that long is because its looking for an AD/OD/MDM server and is trying to mount the users network drive at login. Is there a way to bypass this so its not taking 2 minutes for each user to sign into their computer that is not on the internal network?
Posted on 02-19-2015 07:17 AM
I've recommended to create a Login Script that checks to see if you are on the LAN our outside by doing a DNS lookup. See https://github.com/justinrummel/Random-Scripts/blob/master/JAMF/FileShare_mount.sh for ideas.
- Justin