mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add warning about only one existing CA server
It is not safe to have only one CA server in topology. Therefore there is a check and in case that there is only one CA server a warning is shown. The warning is shown after each refreshing of servers facet. https://fedorahosted.org/freeipa/ticket/5828 Reviewed-By: Tomas Krizek <tkrizek@redhat.com>
This commit is contained in:
committed by
Martin Basti
parent
8ad03259fe
commit
d45b0efe5d
@@ -704,6 +704,8 @@ class i18n_messages(Command):
|
||||
"label_singular": _("Server Role"),
|
||||
},
|
||||
"servers": {
|
||||
"ca_warning_message": _("It is strongly recommended to keep the CA services installed on more than one server."),
|
||||
"ca_warning_title": _("Warning: Only One CA Server Detected"),
|
||||
"remove_server": _("Delete Server"),
|
||||
"remove_server_msg": _("Deleting a server removes it permanently from the topology. Note that this is a non-reversible action.")
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user