The search-and-mod-rate Command-Line Tool

Perform repeated searches against an LDAP directory server and modify each entry returned.

Usage

search-and-mod-rate {arguments}

LDAP Connection and Authentication Arguments

Search And Modification Arguments

Request Control Arguments

Rate Management Arguments

Additional Arguments

Dependent Argument Sets

Exclusive Argument Sets

Examples

    search-and-mod-rate --hostname server.example.com --port 389 \
         --bindDN uid=admin,dc=example,dc=com --bindPassword password \
         --baseDN dc=example,dc=com --scope sub \
         --filter "(uid=user.[1-1000000])" --attribute givenName \
         --attribute sn --attribute mail --modifyAttribute description \
         --valueLength 10 \
         --characterSet abcdefghijklmnopqrstuvwxyz0123456789 --numThreads 10
    search-and-mod-rate --generateSampleRateFile variable-rate-data.txt