Skip Menu |

This queue is for tickets about the DBD-LDAP CPAN distribution.

Report information
The Basics
Id: 17754
Status: resolved
Priority: 0/
Queue: DBD-LDAP

People
Owner: turnerjw784 [...] yahoo.com
Requestors: bdgregg [...] pitt.edu
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.07
Fixed in: (no value)



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.
Found this in the CPAN bug-tracking system. I believe that I fixed this awhile back when we corresponded on it via email. To connect to an LDAPS database, download later vsn. (v0.9) and now specify an ldap host url starting with 'ldaps' instead of 'ldap' and specify: ldaps_capath => '/some/capath'. Please reopen this bug or start another one if this does not work. Jim Turner