summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ipaserver/install/server/replicainstall.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/ipaserver/install/server/replicainstall.py b/ipaserver/install/server/replicainstall.py
index 0d3a69f2e..84e86a9bc 100644
--- a/ipaserver/install/server/replicainstall.py
+++ b/ipaserver/install/server/replicainstall.py
@@ -1245,7 +1245,11 @@ def promote_check(installer):
except errors.ACIError:
root_logger.debug(traceback.format_exc())
- raise ScriptError("\nInsufficient privileges to promote the server.")
+ raise ScriptError("\nInsufficient privileges to promote the server."
+ "\nPossible issues:"
+ "\n- A user has insufficient privileges"
+ "\n- This client has insufficient privileges "
+ "to become an IPA replica")
except errors.LDAPError:
root_logger.debug(traceback.format_exc())
raise ScriptError("\nUnable to connect to LDAP server %s" %