in reply to [SOLVED] Net::LDAPS cant find entry in ldap server

SOLVED !!

{OpenCA DIR}/lib/openca/functions/datasource-utils.lib

at function dsLdapConnect added

if ( $protocol == "ldap") { $ldap = Net::LDAP->new($ds->{address},port => $ds->{port}); return $ldap; }