summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/internal.py
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-01-15 18:01:02 +0100
committerMartin Kosek <mkosek@redhat.com>2014-01-21 12:24:54 +0100
commit622f9ab11f12187c4453f9b7c748a6c9865591ed (patch)
treebe6552aec63f4560c6d4ab717567feb40538ffae /ipalib/plugins/internal.py
parent3e0ae972685aefa20ec619b17a7c2b7f7c2f50d9 (diff)
downloadfreeipa-622f9ab11f12187c4453f9b7c748a6c9865591ed.tar.gz
freeipa-622f9ab11f12187c4453f9b7c748a6c9865591ed.tar.xz
freeipa-622f9ab11f12187c4453f9b7c748a6c9865591ed.zip
Trust domains Web UI
Add Web UI counterpart of following CLI commands: * trust-fetch-domains Refresh list of the domains associated with the trust * trustdomain-del Remove infromation about the domain associated with the trust. * trustdomain-disable Disable use of IPA resources by the domain of the trust * trustdomain-enable Allow use of IPA resources by the domain of the trust * trustdomain-find Search domains of the trust https://fedorahosted.org/freeipa/ticket/4119
Diffstat (limited to 'ipalib/plugins/internal.py')
-rw-r--r--ipalib/plugins/internal.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index 64464a051..e282dfedf 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -605,6 +605,7 @@ class i18n_messages(Command):
"details": _("Trust Settings"),
"domain": _("Domain"),
"establish_using": _("Establish using"),
+ "fetch_domains": _("Fetch domains"),
"ipantflatname": _("Domain NetBIOS name"),
"ipanttrusteddomainsid": _("Domain Security Identifier"),
"preshared_password": _("Pre-shared password"),