UI for managing user-auth types

https://fedorahosted.org/freeipa/ticket/3369

Reviewed-By: Adam Misnyovszki <amisnyov@redhat.com>
This commit is contained in:
Petr Vobornik
2013-09-18 18:55:33 +02:00
committed by Petr Viktorin
parent ea66f48987
commit 57021d1a50
2 changed files with 12 additions and 0 deletions

View File

@@ -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'

View File

@@ -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']
}
]
},