The generate-totp-shared-secret Command-Line Tool

Generate a shared secret that may be used to generate time-based one-time password (TOTP) authentication codes for use in authenticating with the UNBOUNDID-TOTP SASL mechanism, or in conjunction with the validate TOTP password extended operation.

Usage

generate-totp-shared-secret {arguments}

LDAP Connection and Authentication Arguments

Additional Arguments

Dependent Argument Sets

Exclusive Argument Sets

Examples

    generate-totp-shared-secret --hostname ds.example.com --port 389 \
         --authID u:john.doe --promptForUserPassword
    generate-totp-shared-secret --hostname ds.example.com --port 389 \
         --authID u:john.doe --userPasswordFile password.txt --revokeAll