Perform repeated authentications against an LDAP directory server, where each authentication consists of a search to find a user followed by a bind to verify the credentials for that user.
authrate {arguments}
authrate --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])" --credentials password \
--numThreads 10
authrate --generateSampleRateFile variable-rate-data.txt