summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-07-24 15:33:04 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-08-21 10:47:08 +0200
commit27128bd8f50cebb8fc3b8a86b642ca0e272d2024 (patch)
treeeff1d3b912a5f9597388a0c68670623803dc17cf /ipalib
parent19bef5bd01b2490e11ffaead12066c2ad0e0e885 (diff)
downloadfreeipa-27128bd8f50cebb8fc3b8a86b642ca0e272d2024.tar.gz
freeipa-27128bd8f50cebb8fc3b8a86b642ca0e272d2024.tar.xz
freeipa-27128bd8f50cebb8fc3b8a86b642ca0e272d2024.zip
webui: better authentication types description
Tooltips were added to "User authentication types" and "Default user authentication types" to describe their relationship and a meaning of not-setting a value. https://fedorahosted.org/freeipa/ticket/4471 Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/plugins/internal.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index 4162b9105..9311a7263 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -190,6 +190,13 @@ class i18n_messages(Command):
"removed": _("${count} item(s) removed"),
"show_results": _("Show Results"),
},
+ "authtype": {
+ "config_tooltip": _("Implicit method (password) will be used if no method is chosen."),
+ "type_otp": _("Two factor authentication (password + OTP)"),
+ "type_password": _("Password"),
+ "type_radius": _("Radius"),
+ "user_tooltip": _("Per-user setting, overwrites the global setting if any option is checked."),
+ },
"buttons": {
"about": _("About"),
"add": _("Add"),