mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
remove an unneccesary check from IPA server uninstaller
Reviewed-By: Jan Cholasta <jcholast@redhat.com>
This commit is contained in:
parent
117bf5af8c
commit
d66492c15e
@ -959,13 +959,6 @@ def uninstall_check(installer):
|
||||
|
||||
tasks.check_selinux_status()
|
||||
|
||||
if options.master_password:
|
||||
msg = ("WARNING:\noption '-P/--master-password' is deprecated. "
|
||||
"KDC master password of sufficient strength is autogenerated "
|
||||
"during IPA server installation and should not be set "
|
||||
"manually.")
|
||||
print(textwrap.fill(msg, width=79, replace_whitespace=False))
|
||||
|
||||
installer._installation_cleanup = False
|
||||
|
||||
if not is_ipa_configured():
|
||||
|
Loading…
Reference in New Issue
Block a user