The compare-ldap-schemas Command-Line Tool

This tool can be used to compare the schemas of two LDAP servers to identify schema elements that may be present in one but not the other, or elements that may be present in both servers but have differences between them.

Usage

compare-ldap-schemas {arguments}

First Connection and Authentication Arguments

Second Connection and Authentication Arguments

Additional Arguments

Dependent Argument Sets

Exclusive Argument Sets

Examples

    compare-ldap-schemas --firstHostname ds1.example.com --firstPort 636 \
         --firstUseSSL --firstBindDN "cn=Directory Manager" \
         --firstBindPasswordFile /path/to/password.txt \
         --secondHostname ds2.example.com --secondPort 636 --secondUseSSL \
         --secondBindDN "cn=Directory Manager" \
         --secondBindPasswordFile /path/to/password.txt