Security Advisories (1)
CVE-2020-16093 (2022-07-18)

In LemonLDAP::NG (aka lemonldap-ng) through 2.0.8, validity of the X.509 certificate is not checked by default when connecting to remote LDAP backends, because the default configuration of the Net::LDAPS module for Perl is used.

NAME

Net::LDAP::Search -- Object returned by Net::LDAP search method

SYNOPSIS

use Net::LDAP;

$mesg = $ldap->search( @search_args );

@entries = $mesg->entries;

DESCRIPTION

CONSTRUCTOR

METHODS

as_struct
count
entry ( INDEX )
entries
references
sorted ( [ ATTR ] )

SEE ALSO

Net::LDAP, Net::LDAP::Message, Net::LDAP::Entry, Net::LDAP::Reference

ACKNOWEDGEMENTS

This document is based on a document originally written by Russell Fulton <r.fulton@auckland.ac.nz>

AUTHOR

Graham Barr <gbarr@pobox.com>

COPYRIGHT

Copyright (c) 1997-8 Graham Barr. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.