Skip to main content
Question

mobile AD accounts + login delays

  • August 29, 2012
  • 3 replies
  • 9 views

Forum|alt.badge.img+13

i whipped up something that may resolve AD mobile account login delays for those experiencing them. people have reported reductions from up to a minute to 10-15 seconds for logins.

if this works for you, enjoy. i don't think it will break anything. realistically, if the idle disconnect and timeout values are low, i'd think that's a better situation. i forget what the defaults are, but they're a bit higher than what's set in this script.

https://gist.github.com/3515418

3 replies

Forum|alt.badge.img+9
  • Valued Contributor
  • August 30, 2012

Oh very nice, thankyou. I've had quite a few complaints about this lately.

This is what my default values were:

"connection idle disconnect" = 90;
"connection setup timeout" = 10;
"query timeout" = 30;


Forum|alt.badge.img+11
  • Contributor
  • August 30, 2012

Defaulting to 90/10/30 here. Assuming query timeout refers to timeout before giving up on authentication, what about others, will this affect directoy-set admin rights by disconnecting from the server faster? Have you seen any adverse effects on other services by making these changes?


Forum|alt.badge.img+13
  • Author
  • Contributor
  • August 30, 2012

haven't seen any yet. let me know if you do.