[Date Prev][Date Next] [Chronological] [Thread] [Top]

timeout in ldapsearch.c



Hi,

  I am trying to test the timeout and timelimit code from the
latest copy from the cvs using clients/tools/ldapsearch.c.

  There are code for setting timelimit from command line args
but not for timeout. The call to ldap_search_ext from dosearch call 
has the timeout field(in dosearch's param list, it said it is timelimit
but should really be timeout) set to NULL. This essentially gives
the search call an infinite timeout all the time.

 Should the timeout be settable from command line args ??

mei
~