diff options
Diffstat (limited to 'ipalib/plugins/internal.py')
-rw-r--r-- | ipalib/plugins/internal.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index 85bf7d213..4cce2c607 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -266,6 +266,12 @@ class i18n_messages(Command): "search": _("Search"), }, "false": _("False"), + "krbauthzdata": { + "inherited": _("Inherited from server configuration"), + "mspac": _("MS-PAC"), + "override": _("Override inherited settings"), + "pad": _("PAD"), + }, "login": { "form_auth": _("To login with username and password, enter them in the fields below then click Login."), "header": _("Logged In As"), |