summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/otpconfig.py
diff options
context:
space:
mode:
authorNathaniel McCallum <npmccallum@redhat.com>2014-12-02 14:43:27 -0500
committerPetr Vobornik <pvoborni@redhat.com>2014-12-05 13:44:51 +0100
commitb01767c69d69806b3c701242d617b6fa08e7d882 (patch)
treef54d1a00825a3cb0e2e2b3abe44656b66b903f5d /ipalib/plugins/otpconfig.py
parent9baa93da1cbf56c2a6f7e82e099bc3ff3f19e2e4 (diff)
downloadfreeipa-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/otpconfig.py')
-rw-r--r--ipalib/plugins/otpconfig.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipalib/plugins/otpconfig.py b/ipalib/plugins/otpconfig.py
index 440440dc9..b69bfb27e 100644
--- a/ipalib/plugins/otpconfig.py
+++ b/ipalib/plugins/otpconfig.py
@@ -49,6 +49,8 @@ EXAMPLES:
register = Registry()
+topic = ('otp', _('One time password commands'))
+
@register()
class otpconfig(LDAPObject):