mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-07-29 15:55:47 -05:00
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:
committed by
Martin Basti
parent
8d3bea8acc
commit
08c71703a4
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user