From b01767c69d69806b3c701242d617b6fa08e7d882 Mon Sep 17 00:00:00 2001 From: Nathaniel McCallum Date: Tue, 2 Dec 2014 14:43:27 -0500 Subject: 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 --- ipalib/plugins/otpconfig.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ipalib/plugins/otpconfig.py') 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): -- cgit