summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins
diff options
context:
space:
mode:
authorPavel Vomacka <pvomacka@redhat.com>2016-06-06 12:11:06 +0200
committerPetr Vobornik <pvoborni@redhat.com>2016-06-07 19:30:07 +0200
commitafededacb92ce1903885b265c7adca87b634c21a (patch)
tree03c0336fd0f18bb100924fc03ef207ae4c61ea8c /ipaserver/plugins
parent1d9425dab7b16a0c518dadc5ba42c027045c4529 (diff)
downloadfreeipa-afededacb92ce1903885b265c7adca87b634c21a.tar.gz
freeipa-afededacb92ce1903885b265c7adca87b634c21a.tar.xz
freeipa-afededacb92ce1903885b265c7adca87b634c21a.zip
Auth Indicators WebUI part
Add custom_checkbox_widget on service page. The old aci.attribute_widget now inherits from the new base class custom_checkboxes_widget and overrides the populate method. https://fedorahosted.org/freeipa/ticket/5872 Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Diffstat (limited to 'ipaserver/plugins')
-rw-r--r--ipaserver/plugins/internal.py11
1 files changed, 9 insertions, 2 deletions
diff --git a/ipaserver/plugins/internal.py b/ipaserver/plugins/internal.py
index 053c47174..4804f64a0 100644
--- a/ipaserver/plugins/internal.py
+++ b/ipaserver/plugins/internal.py
@@ -185,9 +185,10 @@ class i18n_messages(Command):
},
"authtype": {
"config_tooltip": _("<p>Implicit method (password) will be used if no method is chosen.</p><p><strong>Password + Two-factor:</strong> LDAP and Kerberos allow authentication with either one of the authentication types but Kerberos uses pre-authentication method which requires to use armor ccache.</p><p><strong>RADIUS with another type:</strong> Kerberos always use RADIUS, but LDAP never does. LDAP only recognize the password and two-factor authentication options.</p>"),
+ "otp": _("OTP"),
"type_otp": _("Two factor authentication (password + OTP)"),
"type_password": _("Password"),
- "type_radius": _("Radius"),
+ "type_radius": _("RADIUS"),
"type_disabled": _("Disable per-user override"),
"user_tooltip": _("<p>Per-user setting, overwrites the global setting if any option is checked.</p><p><strong>Password + Two-factor:</strong> LDAP and Kerberos allow authentication with either one of the authentication types but Kerberos uses pre-authentication method which requires to use armor ccache.</p><p><strong>RADIUS with another type:</strong> Kerberos always use RADIUS, but LDAP never does. LDAP only recognize the password and two-factor authentication options.</p>"),
},
@@ -242,11 +243,13 @@ class i18n_messages(Command):
},
"dialogs": {
"add_confirmation": _("${entity} successfully added"),
+ "add_custom_value": _("Add custom value"),
"add_title": _("Add ${entity}"),
"available": _("Available"),
"batch_error_message": _("Some operations failed."),
"batch_error_title": _("Operations Error"),
"confirmation": _("Confirmation"),
+ "custom_value": _("Custom value"),
"dirty_message": _("This page has unsaved changes. Please save or revert."),
"dirty_title": _("Unsaved Changes"),
"edit_title": _("Edit ${entity}"),
@@ -607,7 +610,7 @@ class i18n_messages(Command):
"type_totp": _("Time-based (TOTP)"),
},
"permission": {
- "add_custom_attr": _("Add custom attribute"),
+ "add_custom_attr": _("Add Custom Attribute"),
"attribute": _("Attribute"),
"filter": _("Filter"),
"identity": _("Permission settings"),
@@ -658,7 +661,10 @@ class i18n_messages(Command):
"user": _("User"),
},
"service": {
+ "auth_indicators": _("Authentication indicators"),
+ "auth_indicator": _("Authentication indicator"),
"certificate": _("Service Certificate"),
+ "custom_auth_ind_title": _("Add Custom Authentication Indicator"),
"delete_key_unprovision": _("Delete Key, Unprovision"),
"details": _("Service Settings"),
"host": _("Host Name"),
@@ -799,6 +805,7 @@ class i18n_messages(Command):
"enabled": _("${count} item(s) enabled"),
"partial_delete": _("Some entries were not deleted"),
"placeholder": _("Search"),
+ "placeholder_filter": _("Filter"),
"quick_links": _("Quick Links"),
"select_all": _("Select All"),
"truncated": _("Query returned more results than the configured size limit. Displaying the first ${counter} results."),