mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
parent
bef1d18878
commit
4d1ce9e422
@ -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']
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user