summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins
diff options
context:
space:
mode:
authorPavel Vomacka <pvomacka@redhat.com>2016-08-16 10:03:36 +0200
committerMartin Basti <mbasti@redhat.com>2016-08-17 13:54:57 +0200
commitd45b0efe5d5f718791d34a3e57ea723dcae8fd59 (patch)
treecd6a2ffc057629b94886e3da74a7c0321ad2de43 /ipaserver/plugins
parent8ad03259fe770b222e70286fd00c3416b4ed197d (diff)
downloadfreeipa-d45b0efe5d5f718791d34a3e57ea723dcae8fd59.tar.gz
freeipa-d45b0efe5d5f718791d34a3e57ea723dcae8fd59.tar.xz
freeipa-d45b0efe5d5f718791d34a3e57ea723dcae8fd59.zip
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>
Diffstat (limited to 'ipaserver/plugins')
-rw-r--r--ipaserver/plugins/internal.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipaserver/plugins/internal.py b/ipaserver/plugins/internal.py
index ff2926218..8af0af76c 100644
--- a/ipaserver/plugins/internal.py
+++ b/ipaserver/plugins/internal.py
@@ -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.")
},