From 57021d1a501bd311ebb8e702fb38234fd0766ff0 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 Reviewed-By: Adam Misnyovszki --- install/ui/src/freeipa/serverconfig.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'install/ui/src/freeipa/serverconfig.js') diff --git a/install/ui/src/freeipa/serverconfig.js b/install/ui/src/freeipa/serverconfig.js index 7dea5d1f5..89c89eda9 100644 --- a/install/ui/src/freeipa/serverconfig.js +++ b/install/ui/src/freeipa/serverconfig.js @@ -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' -- cgit