summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/server/install.py
diff options
context:
space:
mode:
authorMartin Babinsky <mbabinsk@redhat.com>2015-11-11 15:34:32 +0100
committerJan Cholasta <jcholast@redhat.com>2015-11-12 09:48:48 +0100
commitd66492c15e847ffe68829e1b92cc43dbc60c4c7d (patch)
tree55b04afbfc6c4e586a78e8170b786bcc7890faab /ipaserver/install/server/install.py
parent117bf5af8c5ffa63dc380cb331843396ce8b8286 (diff)
downloadfreeipa-d66492c15e847ffe68829e1b92cc43dbc60c4c7d.tar.gz
freeipa-d66492c15e847ffe68829e1b92cc43dbc60c4c7d.tar.xz
freeipa-d66492c15e847ffe68829e1b92cc43dbc60c4c7d.zip
remove an unneccesary check from IPA server uninstaller
Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'ipaserver/install/server/install.py')
-rw-r--r--ipaserver/install/server/install.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/ipaserver/install/server/install.py b/ipaserver/install/server/install.py
index 16539892d..6629e8ec1 100644
--- a/ipaserver/install/server/install.py
+++ b/ipaserver/install/server/install.py
@@ -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():