#4289 OTP online help refers to invalid commands
Closed: Fixed None Opened 10 years ago by mkosek.

freeipa-server-3.3.90GIT0f626a9-0.fc20.x86_64:

# ipa help otptoken
OTP Tokens

Manage OTP tokens.

IPA supports the use of OTP tokens for multi-factor authentication. This
code enables the management of OTP tokens.

EXAMPLES:

 Add a new token:
   ipa otp-add --type=totp --owner=jdoe --desc="My soft token"

 Examine the token:
   ipa otp-show a93db710-a31a-4639-8647-f15b2c70b78a

 Change the vendor:
   ipa otp-mod a93db710-a31a-4639-8647-f15b2c70b78a --vendor="Red Hat"

 Delete a token:
   ipa otp-del a93db710-a31a-4639-8647-f15b2c70b78a

Topic commands:
  otptoken-add   Add a new OTP token.
  otptoken-del   Delete an OTP token.
  otptoken-find  Search for OTP token.
  otptoken-mod   Modify a OTP token.
  otptoken-show  Display information about an OTP token.

# ipa otp-add --type=totp --owner=jdoe --desc="My soft token" --all --raw
ipa: ERROR: unknown command 'otp-add'

master:

  • 797974b Fix a typo in the otptoken doc string

Metadata Update from @mkosek:
- Issue assigned to npmccallum
- Issue set to the milestone: FreeIPA 4.0 - 2014/04

7 years ago

Login to comment on this ticket.

Metadata