LDAP query timeout setting in AD?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I wanted to know if there was a setting in AD which cuts off an LDAP request
after a period of time and if so, how to increase it.



Does anyone know?



Thanks.
 
And you can correct a hangnail by chopping off your arm.

Generally things like this should be corrected in the client code accessing the
directory, not changing the directory defaults. There are two timeout values
that can be set in any LDAP program accessing a directory, most likely the
developer isn't setting one or the other or neither. A good program will allow
that value to be configured via parameter or configuration settings. For an
example, take a look at adfind.

joe
 
Back
Top