mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
dirmngr: Reduce default LDAP timeout to 15 seconds.
* dirmngr/dirmngr.c (DEFAULT_LDAP_TIMEOUT): Change to 15. * dirmngr/dirmngr_ldap.c (DEFAULT_LDAP_TIMEOUT): Ditto. Signed-off-by: Werner Koch <wk@gnupg.org> (cherry picked from commit ab7ac827041b5cd97bbca7a75b0930072dd6611f) GnuPG-bug-id: 3487
This commit is contained in:
parent
23bfac6d1a
commit
30f21f8b0f
@ -279,7 +279,7 @@ static struct debug_flags_s debug_flags [] =
|
||||
};
|
||||
|
||||
#define DEFAULT_MAX_REPLIES 10
|
||||
#define DEFAULT_LDAP_TIMEOUT 100 /* arbitrary large timeout */
|
||||
#define DEFAULT_LDAP_TIMEOUT 15 /* seconds */
|
||||
|
||||
#define DEFAULT_CONNECT_TIMEOUT (15*1000) /* 15 seconds */
|
||||
#define DEFAULT_CONNECT_QUICK_TIMEOUT ( 2*1000) /* 2 seconds */
|
||||
|
@ -104,7 +104,7 @@ static void npth_protect (void) { }
|
||||
typedef struct timeval my_ldap_timeval_t;
|
||||
#endif
|
||||
|
||||
#define DEFAULT_LDAP_TIMEOUT 100 /* Arbitrary long timeout. */
|
||||
#define DEFAULT_LDAP_TIMEOUT 15 /* Arbitrary long timeout. */
|
||||
|
||||
|
||||
/* Constants for the options. */
|
||||
|
@ -416,7 +416,7 @@ percent-escaped strings.}
|
||||
@item --ldaptimeout @var{secs}
|
||||
@opindex ldaptimeout
|
||||
Specify the number of seconds to wait for an LDAP query before timing
|
||||
out. The default is currently 100 seconds. 0 will never timeout.
|
||||
out. The default are 15 seconds. 0 will never timeout.
|
||||
|
||||
|
||||
@item --add-servers
|
||||
|
Loading…
x
Reference in New Issue
Block a user