webui: add radius fields to user page

add --radius=ID --radius-username=radiusUserName to Web UI

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

Reviewed-By: Tomas Babej <tbabej@redhat.com>
This commit is contained in:
Petr Vobornik 2014-11-13 13:08:16 +01:00 committed by Tomas Babej
parent bef1d18878
commit 4d1ce9e422

View File

@ -159,6 +159,17 @@ return {
{ label: '@i18n:authtype.type_otp', value: 'otp' }
],
tooltip: '@i18n:authtype.user_tooltip'
},
{
$type: 'entity_select',
name: 'ipatokenradiusconfiglink',
flags: ['w_if_no_aci'],
other_entity: 'radiusproxy',
other_field: 'cn'
},
{
name: 'ipatokenradiususername',
flags: ['w_if_no_aci']
}
]
},