From 4d63a6d42d5a2e2d1500d3e97219f28f91766959 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Wed, 18 Sep 2013 18:55:33 +0200 Subject: UI for managing user-auth types https://fedorahosted.org/freeipa/ticket/3369 --- install/ui/src/freeipa/user.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'install/ui/src/freeipa/user.js') diff --git a/install/ui/src/freeipa/user.js b/install/ui/src/freeipa/user.js index ecd82296e..e0d6cd435 100644 --- a/install/ui/src/freeipa/user.js +++ b/install/ui/src/freeipa/user.js @@ -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'] } ] }, -- cgit