summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/internal.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/plugins/internal.py')
-rw-r--r--ipalib/plugins/internal.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index c7f400a90..09e09dc1e 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -285,6 +285,14 @@ class i18n_messages(Command):
"search": _("Search"),
},
"false": _("False"),
+ "keytab": {
+ "add_create": _("Allow ${other_entity} to create keytab of ${primary_key}"),
+ "add_retrive": _("Allow ${other_entity} to retrieve keytab of ${primary_key}"),
+ "allowed_to_create": _("Allowed to create keytab"),
+ "allowed_to_retrieve": _("Allowed to retrieve keytab"),
+ "remove_create": _("Disallow ${other_entity} to create keytab of ${primary_key}"),
+ "remove_retrieve": _("Disallow ${other_entity} to retrieve keytab of ${primary_key}"),
+ },
"krbauthzdata": {
"inherited": _("Inherited from server configuration"),
"mspac": _("MS-PAC"),