diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2013-02-11 12:56:35 +0100 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2013-04-10 09:24:46 +0200 |
commit | 7e088a83782de9204af0a5bc120b4c97daae2c72 (patch) | |
tree | 402b0e1bbcf4874b525b3e9e0d7bd0173d138b00 /ipalib | |
parent | ba76a9c431600ba36194242fdfac982306d55192 (diff) | |
download | freeipa-7e088a83782de9204af0a5bc120b4c97daae2c72.tar.gz freeipa-7e088a83782de9204af0a5bc120b4c97daae2c72.tar.xz freeipa-7e088a83782de9204af0a5bc120b4c97daae2c72.zip |
Global trust config page
https://fedorahosted.org/freeipa/ticket/3333
Diffstat (limited to 'ipalib')
-rw-r--r-- | ipalib/plugins/internal.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index 4cce2c607..f234f66a1 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -627,6 +627,9 @@ class i18n_messages(Command): "truststatus": _("Trust status"), "trusttype": _("Trust type"), }, + "trustconfig": { + "options": _("Options"), + }, "user": { "account": _("Account Settings"), "account_status": _("Account Status"), @@ -687,6 +690,7 @@ class i18n_messages(Command): "policy": _("Policy"), "role": _("Role Based Access Control"), "sudo": _("Sudo"), + "trust": _("Trusts"), }, "true": _("True"), "widget": { |