Perform repeated searches against an LDAP directory server and modify each entry returned.
search-and-mod-rate {arguments}
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