summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins
diff options
context:
space:
mode:
authorPavel Vomacka <pvomacka@redhat.com>2017-03-07 21:31:22 +0100
committerDavid Kupka <dkupka@redhat.com>2017-03-08 16:22:01 +0100
commit61cd4372e142662c06c881886709fe1b573102a9 (patch)
tree5f619d8437feb128623d7849f09a75efc5e57294 /ipaserver/plugins
parent358caa7da44c997b505f54ec70cb6be58d188751 (diff)
downloadfreeipa-61cd4372e142662c06c881886709fe1b573102a9.tar.gz
freeipa-61cd4372e142662c06c881886709fe1b573102a9.tar.xz
freeipa-61cd4372e142662c06c881886709fe1b573102a9.zip
WebUI: Add cermapmatch module
Add module which can show users which are mapped to the provided certificate. Additionaly, the certificate is parsed and parsed information are also displayed. https://pagure.io/freeipa/issue/6601 Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Diffstat (limited to 'ipaserver/plugins')
-rw-r--r--ipaserver/plugins/internal.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/ipaserver/plugins/internal.py b/ipaserver/plugins/internal.py
index d8328ecab..a0bfa5589 100644
--- a/ipaserver/plugins/internal.py
+++ b/ipaserver/plugins/internal.py
@@ -219,6 +219,8 @@ class i18n_messages(Command):
"apply": _("Apply"),
"back": _("Back"),
"cancel": _("Cancel"),
+ "clear": _("Clear"),
+ "clear_title": _("Clear all fields on the page."),
"close": _("Close"),
"disable": _("Disable"),
"download": _("Download"),
@@ -230,6 +232,8 @@ class i18n_messages(Command):
"get": _("Get"),
"hide": _("Hide"),
"issue": _("Issue"),
+ "match": _("Match"),
+ "match_title": _("Match users according to certificate."),
"ok": _("OK"),
"refresh": _("Refresh"),
"refresh_title": _("Reload current settings from the server."),
@@ -468,6 +472,14 @@ class i18n_messages(Command):
"view_certificate": _("Certificate for ${entity} ${primary_key}"),
"view_certificate_btn": _("View Certificate"),
},
+ "certmap_match": {
+ "cert_data": _("Certificate Data"),
+ "cert_for_match": _("Certificate For Match"),
+ "facet_label": _("Certificate Mapping Match"),
+ "domain": _("Domain"),
+ "matched_users": _("Matched Users"),
+ "userlogin": _("User Login"),
+ },
"certmap": {
"adder_title": _("Add Certificate Mapping Data"),
"data_label": _("Certificate mapping data"),