mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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>
This commit is contained in:
committed by
David Kupka
parent
358caa7da4
commit
61cd4372e1
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user