mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add OTP support to ipalib CLI
https://fedorahosted.org/freeipa/ticket/3368
This commit is contained in:
committed by
Petr Viktorin
parent
1a9beac1be
commit
397b2876e2
@@ -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,
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user