The validate-ldap-schema Command-Line Tool

Validate an LDAP schema read from one or more LDIF files.

Usage

validate-ldap-schema {arguments}

Input Arguments

Validation Arguments

Additional Arguments

Dependent Argument Sets

Exclusive Argument Sets

Examples

    validate-ldap-schema --schema-path /path/to/schema
    validate-ldap-schema --schema-path /path/to/schema \
         --allow-multiple-entries-per-schema-file \
         --allow-schema-files-in-subdirectories --allow-redefining-elements \
         --allow-undefined-element-type attribute-syntax \
         --allow-undefined-element-type matching-rule \
         --use-lenient-oid-validation --allow-non-numeric-oids \
         --allow-elements-without-names --use-lenient-name-validation \
         --allow-attribute-types-without-syntax \
         --allow-structural-object-classes-without-superior \
         --allow-empty-descriptions