From: Bill Erickson Date: Mon, 19 Nov 2018 21:01:24 +0000 (-0500) Subject: JBAS-2118 Raise lost/pay ldap auth timeout X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0c275e00605e80b1bec1a0c0cfcaa5fd3bd74ad5;p=working%2FEvergreen.git JBAS-2118 Raise lost/pay ldap auth timeout Raise the auth timeout for secondary auth calls to allow plenty of time between authenticating and submitting the payment. This is primarily useful when annotating payments. Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/RefundablePayment.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/RefundablePayment.pm index f4fa171fd6..74be080c7e 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/RefundablePayment.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/RefundablePayment.pm @@ -30,7 +30,7 @@ use Net::LDAP::Constant qw[LDAP_INVALID_CREDENTIALS]; my $U = "OpenILS::Application::AppUtils"; my $ldap_timeout = 30; # server connection timeout -my $ldap_key_timeout = 30; # 2ndary auth token timeout +my $ldap_key_timeout = 600; # 2ndary auth token timeout my $ldap_key_prefix = 'ldap_auth_'; # XXX