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 in LDIF format containing a schema entry with its attributeTypes and objectClasses attributes, as e.g. returned by Net::LDAP::Schema's dump() method.
- AD-schema-file
-
Output file holding the generated AD compatible schema.
AUTHOR
Peter Marschall <peter@adpm.de>
COPYRIGHT & LICENSE
Copyright (c) 2012-2015 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.