logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

schema2ldif - Tool for converting OpenLDAP-style schemas to the LDIF format

Author

       Come Bernigaud

Bugs

       Please  report  any  bugs,  or post any suggestions, to the fusiondirectory mailing list fusiondirectory-
       users or to <https://forge.fusiondirectory.org/projects/schema2ldif/issues/new>

Description

schema2ldif will read the given input file and convert it to an LDIF file that you can insert into your
       LDAP directory.  If FILE is not provided, will read from standard input. In this case, cn option is
       mandatory.  Otherwise, the name of the file (without extension) will be used as cn.

Name

       schema2ldif - Tool for converting OpenLDAP-style schemas to the LDIF format

Options

-h, --help
               Print a brief help message and exits.

       -c, --cn=CN
               Use CN as cn for the schema (mandatory if no file provided)

       -b, --branch=BRANCH
               Use BRANCH instead of cn=schema,cn=config

Synopsis

schema2ldif [options] [FILE] > file.ldif

See Also