From b5e60c20201d174cdf4df51a1443ab295cc086b9 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Tue, 29 Oct 2013 11:37:03 +0100 Subject: Remove AllowLMhash from the allowed IPA config strings Fixes https://fedorahosted.org/freeipa/ticket/3795 --- install/ui/src/freeipa/serverconfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/src') diff --git a/install/ui/src/freeipa/serverconfig.js b/install/ui/src/freeipa/serverconfig.js index 94e1454a..7dea5d1f 100644 --- a/install/ui/src/freeipa/serverconfig.js +++ b/install/ui/src/freeipa/serverconfig.js @@ -69,7 +69,7 @@ return { name: 'ipaconfigstring', $type: 'checkboxes', options: IPA.create_options([ - 'AllowLMhash', 'AllowNThash', + 'AllowNThash', 'KDC:Disable Last Success', 'KDC:Disable Lockout' ]) }, -- cgit