diff options
author | Nathaniel McCallum <npmccallum@redhat.com> | 2014-12-02 14:43:27 -0500 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2014-12-05 13:44:51 +0100 |
commit | b01767c69d69806b3c701242d617b6fa08e7d882 (patch) | |
tree | f54d1a00825a3cb0e2e2b3abe44656b66b903f5d /ipalib/plugins/otptoken_yubikey.py | |
parent | 9baa93da1cbf56c2a6f7e82e099bc3ff3f19e2e4 (diff) | |
download | freeipa-b01767c69d69806b3c701242d617b6fa08e7d882.tar.gz freeipa-b01767c69d69806b3c701242d617b6fa08e7d882.tar.xz freeipa-b01767c69d69806b3c701242d617b6fa08e7d882.zip |
Create an OTP help topic
This allows the various OTP related commands to be grouped together
in the IPA CLI documentation.
Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Diffstat (limited to 'ipalib/plugins/otptoken_yubikey.py')
-rw-r--r-- | ipalib/plugins/otptoken_yubikey.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ipalib/plugins/otptoken_yubikey.py b/ipalib/plugins/otptoken_yubikey.py index 4c2594182..58fc18308 100644 --- a/ipalib/plugins/otptoken_yubikey.py +++ b/ipalib/plugins/otptoken_yubikey.py @@ -44,6 +44,9 @@ EXAMPLES: register = Registry() +topic = ('otp', _('One time password commands')) + + @register() class otptoken_add_yubikey(Command): __doc__ = _('Add a new YubiKey OTP token.') |