diff options
| author | Pavel Vomacka <pvomacka@redhat.com> | 2016-06-28 15:35:59 +0200 |
|---|---|---|
| committer | Petr Vobornik <pvoborni@redhat.com> | 2016-06-30 13:42:58 +0200 |
| commit | 55049fceb978f2e20b13800b77775377428de386 (patch) | |
| tree | 36e0ed35e2dc75c6ee4e18835c9a62119cf2b54a /ipaserver | |
| parent | 0855b014b1edcb1632a41e380220abd7bb5e481a (diff) | |
| download | freeipa-55049fceb978f2e20b13800b77775377428de386.tar.gz freeipa-55049fceb978f2e20b13800b77775377428de386.tar.xz freeipa-55049fceb978f2e20b13800b77775377428de386.zip | |
Add authentication identificator to host page
Also move strings which are connected with authentication indicators to authtype dict.
This place is more general than have them in service dict. It's nicer when these strings are
not used only on service page.
Part of: https://fedorahosted.org/freeipa/ticket/5872
Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Diffstat (limited to 'ipaserver')
| -rw-r--r-- | ipaserver/plugins/internal.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ipaserver/plugins/internal.py b/ipaserver/plugins/internal.py index 204c153a8..5d17d6ecc 100644 --- a/ipaserver/plugins/internal.py +++ b/ipaserver/plugins/internal.py @@ -190,7 +190,10 @@ class i18n_messages(Command): "show_results": _("Show Results"), }, "authtype": { + "auth_indicators": _("Authentication indicators"), + "auth_indicator": _("Authentication indicator"), "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>"), + "custom_auth_ind_title": _("Add Custom Authentication Indicator"), "otp": _("OTP"), "type_otp": _("Two factor authentication (password + OTP)"), "type_password": _("Password"), @@ -688,10 +691,7 @@ class i18n_messages(Command): "label_singular": _("Server Role"), }, "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"), |
