From 5153d823273266e8b8e828c30e6aa0fac7010437 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 7 Dec 2009 18:44:55 -0800 Subject: [PATCH] Remove abbreviated timeout for testing. --- lib/WebGUI/LDAPLink.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/WebGUI/LDAPLink.pm b/lib/WebGUI/LDAPLink.pm index cdb40e5d5..ab9434759 100644 --- a/lib/WebGUI/LDAPLink.pm +++ b/lib/WebGUI/LDAPLink.pm @@ -108,7 +108,6 @@ sub connectToLDAP { my $ldap = Net::LDAP->new($uri->host, port => $uri->port, #Port will default to 389 or 636 scheme => $uri->scheme, - timeout => 15, ); unless($ldap) {