mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
UI for managing user-auth types
https://fedorahosted.org/freeipa/ticket/3369 Reviewed-By: Adam Misnyovszki <amisnyov@redhat.com>
This commit is contained in:
committed by
Petr Viktorin
parent
ea66f48987
commit
57021d1a50
@@ -73,6 +73,12 @@ return {
|
||||
'KDC:Disable Last Success', 'KDC:Disable Lockout'
|
||||
])
|
||||
},
|
||||
{
|
||||
$type: 'checkboxes',
|
||||
name: 'ipauserauthtype',
|
||||
flags: ['w_if_no_aci'],
|
||||
options: ['password', 'radius', 'otp']
|
||||
},
|
||||
{
|
||||
$type: 'checkbox',
|
||||
name: 'ipamigrationenabled'
|
||||
|
||||
@@ -145,6 +145,12 @@ return {
|
||||
$type: 'sshkeys',
|
||||
name: 'ipasshpubkey',
|
||||
label: '@i18n:objects.sshkeystore.keys'
|
||||
},
|
||||
{
|
||||
$type: 'checkboxes',
|
||||
name: 'ipauserauthtype',
|
||||
flags: ['w_if_no_aci'],
|
||||
options: ['password', 'radius', 'otp']
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user