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

schema2ad.pl -- convert standard LDAP schema into a format that AD can digest

SYNOPSIS

schema2ad.pl schema-file AD-schema-file

DESCRIPTION

schema2ad.pl parses the contents of the schema file schema-file, converts them to Active Directory / Active Directory Application Mode / Active Directory Lightweight Directory Service compatible format, and writes the result to AD-schema-file.

ARGUMENTS

schema2ad.pl takes two arguments:

schema-file

Input file containing a schema entry with its attributeTypes and objectClasses attributes.

AD-schema-file

Output file holding the generated AD compatible schema.

AUTHOR

Peter Marschall <peter@adpm.de>

COPYRIGHT & LICENSE

Copyright (c) 2012 Peter Marschall All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.