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/test/data/ipa_init_commands.json | 1 - install/ui/test/data/ipa_init_objects.json | 1 - 2 files changed, 2 deletions(-) (limited to 'install/ui/test') diff --git a/install/ui/test/data/ipa_init_commands.json b/install/ui/test/data/ipa_init_commands.json index 4f28701f..20731811 100644 --- a/install/ui/test/data/ipa_init_commands.json +++ b/install/ui/test/data/ipa_init_commands.json @@ -2278,7 +2278,6 @@ "name": "ipaconfigstring", "type": "unicode", "values": [ - "AllowLMhash", "AllowNThash", "KDC:Disable Last Success", "KDC:Disable Lockout" diff --git a/install/ui/test/data/ipa_init_objects.json b/install/ui/test/data/ipa_init_objects.json index bef3cc65..8550e828 100644 --- a/install/ui/test/data/ipa_init_objects.json +++ b/install/ui/test/data/ipa_init_objects.json @@ -580,7 +580,6 @@ "name": "ipaconfigstring", "type": "unicode", "values": [ - "AllowLMhash", "AllowNThash", "KDC:Disable Last Success", "KDC:Disable Lockout" -- cgit