Subject: | Typo in Net::LDAP->new() |
Started getting "server unavailable" (error 52) when attempting to bind
against corporate AD server. All other LDAP mechanisms (python,
ldapsearch, apache etc.) continued to work from the same machine.
Tracked problem down to this code:
my $connection = Net::LDAP->new( $self->host,
Port => $self->port,
Timeout => $self->timeout,
Version => $self->version
);
"Port" should be "port", "Timeout" should be "timeout", and "Version"
should be "version".
I'm using perl 5.12.2 on Archlinux. My last "full system update" was
yesterday.