summaryrefslogtreecommitdiffstats
path: root/ipaclient
diff options
context:
space:
mode:
authorStanislav Laznicka <slaznick@redhat.com>2016-12-06 08:55:56 +0100
committerMartin Basti <mbasti@redhat.com>2017-02-13 18:10:55 +0100
commit08c71703a44d8aec308781351c3a9dd4a4ba94a7 (patch)
tree45b6d8f4cc2302d1e6fb2ea435301b3464c596af /ipaclient
parent8d3bea8accb9814b3a973f4a606110fee78baf72 (diff)
downloadfreeipa-08c71703a44d8aec308781351c3a9dd4a4ba94a7.tar.gz
freeipa-08c71703a44d8aec308781351c3a9dd4a4ba94a7.tar.xz
freeipa-08c71703a44d8aec308781351c3a9dd4a4ba94a7.zip
Remove is_fips_enabled checks in installers and ipactl
https://fedorahosted.org/freeipa/ticket/5695 Reviewed-By: Tomas Krizek <tkrizek@redhat.com>
Diffstat (limited to 'ipaclient')
-rw-r--r--ipaclient/install/client.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/ipaclient/install/client.py b/ipaclient/install/client.py
index aa3449ccb..2b01b0dfa 100644
--- a/ipaclient/install/client.py
+++ b/ipaclient/install/client.py
@@ -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):