Remove abbreviated timeout for testing.
This commit is contained in:
parent
7261ecd29d
commit
5153d82327
1 changed files with 0 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue