From 86a59f4a86fd0e7b60143aeb30ada95fad0f3f5f Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Thu, 13 Nov 2014 13:08:16 +0100 Subject: [PATCH] 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 --- install/ui/src/freeipa/user.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/install/ui/src/freeipa/user.js b/install/ui/src/freeipa/user.js index be01170b79b14f9094ba2a43a0a245d145df0cdf..4f53a27cf36ca65fe971982006062ad3b15d87c9 100644 --- a/install/ui/src/freeipa/user.js +++ b/install/ui/src/freeipa/user.js @@ -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'] } ] }, -- 2.1.0