The authrate Command-Line Tool

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.

Usage

authrate {arguments}

LDAP Connection and Authentication Arguments

Search and Authentication Arguments

Request Control Arguments

Rate Management Arguments

Additional Arguments

Required Argument Sets

Dependent Argument Sets

Exclusive Argument Sets

Examples

    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