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

ldifuniq.pl - Culls unique entries from a reference file with respect to a comparison file.

DESCRIPTION

ldifuniq.pl takes as input two LDIF files, a reference file and a comparison file. Each entry in the reference file is compared to its counterpart in the comparison file. If it does not have a counterpart, or if the counterpart is not identical, the reference entry is printed to standard output. Otherwise no output is generated. This behavior is analogous to the -u option of the uniq command.

SYNOPSIS

ldifuniq.pl reffile.ldif cmpfile.ldif

AUTHOR

Kartik Subbarao <subbarao@computer.org>