mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add RADIUS proxy support to ipalib CLI
https://fedorahosted.org/freeipa/ticket/3368
This commit is contained in:
committed by
Petr Viktorin
parent
efffcfdbc2
commit
4cb2c2813d
@@ -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',),
|
||||
values=(u'password', u'radius'),
|
||||
csv=True,
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user