summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/internal.py
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-09-12 15:29:01 +0200
committerAlexander Bokovoy <abokovoy@redhat.com>2014-02-11 15:02:52 +0200
commitaef15e7d5e41d7d4588f46ebf0aa1deba91b83fe (patch)
treeecc30e91d84c0f84b98d30b59acb03389c8cd235 /ipalib/plugins/internal.py
parent1b156ff13bbab777a42c7d53991ba6a1ff8c1644 (diff)
downloadfreeipa-aef15e7d5e41d7d4588f46ebf0aa1deba91b83fe.tar.gz
freeipa-aef15e7d5e41d7d4588f46ebf0aa1deba91b83fe.tar.xz
freeipa-aef15e7d5e41d7d4588f46ebf0aa1deba91b83fe.zip
UI for OTP tokens
https://fedorahosted.org/freeipa/ticket/3369
Diffstat (limited to 'ipalib/plugins/internal.py')
-rw-r--r--ipalib/plugins/internal.py9
1 files changed, 7 insertions, 2 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index e282dfedf..1e2cec342 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -485,7 +485,7 @@ class i18n_messages(Command):
},
"krbtpolicy": {
"identity": _("Kerberos Ticket Policy"),
- },
+ },
"netgroup": {
"any_host": _("Any Host"),
"anyone": _("Anyone"),
@@ -499,7 +499,12 @@ class i18n_messages(Command):
"user": _("User"),
"usergroups": _("User Groups"),
"users": _("Users"),
- },
+ },
+ "otptoken": {
+ "details": "OTP Token Settings",
+ "disable": "Disable token",
+ "enable": "Enable token",
+ },
"permission": {
"identity": _("Identity"),
"invalid_target": _("Permission with invalid target specification"),