From: Jim D. <ji...@du...> - 2001-08-01 23:08:44
|
The documentation for the LDAPS (Perl-Ldap V0.24) module uses an IP hostname in its example of the HOST parameter. The underlying 'connect' subroutine, however, calls for an IP address (PeerAddr) instead. The documentation for IO::Socket::SSL shows support for both "peeraddr" and "peerhost". When using LDAPS with an IP hostname, the program fails. When using LDAPS with an IP address, the program succeeds. |