From 0c275e00605e80b1bec1a0c0cfcaa5fd3bd74ad5 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 19 Nov 2018 16:01:24 -0500 Subject: [PATCH] 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 --- Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/RefundablePayment.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0