Posted on 11-08-2016 01:42 PM
I have a user who is using an iMac to login to the DOmain. All the other Macs seem to login as normal within in a minute to the domain but we have 1 that has started to take between 7-13 minutes to login to the domain. I do not see any error messages. Has anyone seen this before?
Posted on 11-08-2016 01:44 PM
Does the system have McAfee installed on it? If so which version?
Posted on 11-08-2016 04:51 PM
Try this to reduce your login time on all Macs:
#!/bin/bash
# set the timeout to 10 seconds
/usr/bin/defaults write /Library/Preferences/com.apple.loginwindow DSBindTimeout -int 10
And then see if that one Mac is fixed or if it still has an issue. If it's still slow, at least at that point you probably know it's not AD specifically that's causing it.
Posted on 11-08-2016 07:47 PM
We had similar issues in some labs on login. Some machines would login no issues, some would take 5 mins or so.
After much troubleshooting, we ended up disabling auto network share mounting on login. Haven't had issues since!
Posted on 11-09-2016 12:20 PM
@charles.hitch We have McAfee and bound to AD. What symptoms do you see, with what versions? Curious.