summaryrefslogtreecommitdiffstats
path: root/install
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 /install
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 'install')
-rwxr-xr-xinstall/tools/ipactl3
1 files changed, 0 insertions, 3 deletions
diff --git a/install/tools/ipactl b/install/tools/ipactl
index c34f1cbfc..f375a8794 100755
--- a/install/tools/ipactl
+++ b/install/tools/ipactl
@@ -543,9 +543,6 @@ def main():
elif args[0] != "start" and args[0] != "stop" and args[0] != "restart" and args[0] != "status":
raise IpactlError("Unrecognized action [" + args[0] + "]", 2)
- if tasks.is_fips_enabled():
- raise IpactlError("Starting IPA server in FIPS mode is not supported")
-
# check if IPA is configured at all
try:
check_IPA_configuration()