in reply to Re^3: Net::LDAP giving I/O Error
in thread Net::LDAP giving I/O Error
i.e. reduce the parameters to the LDAP constructor. *shrug*18c18 < my $ldap = Net::LDAP->new($dc, port => 636, scheme => 'ldaps') or di +e "$@"; --- > my $ldap = Net::LDAP->new($dc) or die "$@";
|
|---|