summaryrefslogtreecommitdiffstats
path: root/ipaserver
diff options
context:
space:
mode:
Diffstat (limited to 'ipaserver')
-rw-r--r--ipaserver/install/ipa_kra_install.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/ipaserver/install/ipa_kra_install.py b/ipaserver/install/ipa_kra_install.py
index 79b4ae899..643ad4031 100644
--- a/ipaserver/install/ipa_kra_install.py
+++ b/ipaserver/install/ipa_kra_install.py
@@ -169,10 +169,10 @@ class KRAInstaller(KRAInstall):
self.options.promote = True
elif not self.args:
raise RuntimeError("A replica file is required.")
- else:
- if self.args:
- raise RuntimeError("Too many parameters provided. "
- "No replica file is required.")
+
+ if self.args and (not self.installing_replica or self.options.promote):
+ raise RuntimeError("Too many parameters provided. "
+ "No replica file is required.")
self.options.dm_password = self.options.password
self.options.setup_ca = False