Subject: | SSL aka LDAPS support not included? |
Unable to connect via an LDAPS connection. I do not see any way to
encode what would be the following elements in a connection as opposed
to an unencoded connection using port 389. I believe that if you can
add the needed options that we'll be able to use this module.
$ldaps = new Net::LDAPS('ldaps.server.company.com',
port => '636',
verify => 'require',
capath => '/usr/local/cacerts/'
);
This is used most effectively for connecting to MS Active Directory
where the user must use a digital certificate to connect to the ldaps
server.
perl version 5.8.8 on Solaris 9 sparc
Thanks.