Add OTP support to ipalib CLI

https://fedorahosted.org/freeipa/ticket/3368
This commit is contained in:
Nathaniel McCallum
2013-10-01 14:26:38 -04:00
committed by Petr Viktorin
parent 1a9beac1be
commit 397b2876e2
6 changed files with 439 additions and 7 deletions

View File

@@ -202,7 +202,7 @@ class config(LDAPObject):
cli_name='user_auth_type',
label=_('Default user authentication types'),
doc=_('Default types of supported user authentication'),
values=(u'password', u'radius'),
values=(u'password', u'radius', u'otp'),
csv=True,
),
)