The ldifsearch Command-Line Tool

Search one or more LDIF files to identify entries matching a given set of criteria.

Usage

ldifsearch {arguments} [filter] [attributes...]

Input Arguments

Output Arguments

Search Criteria Arguments

Additional Arguments

Dependent Argument Sets

Exclusive Argument Sets

Examples

    ldifsearch --ldifFile data.ldif "(uid=jdoe)"
    ldifsearch --ldifFile data.ldif --outputFile people.ldif \
         --baseDN dc=example,dc=com --scope sub "(objectClass=person)" \
         givenName sn cn