mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Update warning message for replica install
New warning message in replica install describes more about "insufficient privilege" error Fixes https://fedorahosted.org/freeipa/ticket/6352 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com> Reviewed-By: Stanislav Laznicka <slaznick@redhat.com> Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
parent
53c8e9a53f
commit
c913f81071
@ -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" %
|
||||
|
Loading…
Reference in New Issue
Block a user