Remove is_fips_enabled checks in installers and ipactl

https://fedorahosted.org/freeipa/ticket/5695

Reviewed-By: Tomas Krizek <tkrizek@redhat.com>
This commit is contained in:
Stanislav Laznicka
2017-02-13 18:10:55 +01:00
committed by Martin Basti
parent 8d3bea8acc
commit 08c71703a4
4 changed files with 7 additions and 18 deletions
-5
View File
@@ -1953,11 +1953,6 @@ def install_check(options):
"You must be root to run ipa-client-install.",
rval=CLIENT_INSTALL_ERROR)
if tasks.is_fips_enabled():
raise ScriptError(
"Installing IPA client in FIPS mode is not supported",
rval=CLIENT_INSTALL_ERROR)
tasks.check_selinux_status()
if is_ipa_client_installed(fstore, on_master=options.on_master):