The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.