The identify-unique-attribute-conflicts Command-Line Tool

This tool may be used to identify unique attribute conflicts. That is, it may identify values of one or more attributes which are supposed to exist only in a single entry but are found in multiple entries.

Usage

identify-unique-attribute-conflicts {arguments}

LDAP Connection and Authentication Arguments

Additional Arguments

Dependent Argument Sets

Exclusive Argument Sets

Examples

    identify-unique-attribute-conflicts --hostname server.example.com \
         --port 389 --bindDN uid=john.doe,ou=People,dc=example,dc=com \
         --bindPassword password --baseDN dc=example,dc=com --attribute uid \
         --simplePageSize 100