Remove abbreviated timeout for testing.

This commit is contained in:
Colin Kuskie 2009-12-07 18:44:55 -08:00
parent 7261ecd29d
commit 5153d82327

View file

@ -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) {