summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-01-15 18:01:02 +0100
committerPetr Vobornik <pvoborni@redhat.com>2014-01-17 17:12:03 +0100
commit152aaf52f7daaf50ae44a4761849603756c186d1 (patch)
tree02fe2356a9f91fe484dfc703ec7f82d09be2fa90 /ipalib
parent876a00a8da99f71b2fe0c4420489e3d2813c0b5c (diff)
downloadfreeipa-trustdomains-3-3.tar.gz
freeipa-trustdomains-3-3.tar.xz
freeipa-trustdomains-3-3.zip
Trust domains Web UItrustdomains-3-3
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')
-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 83b505dae..dbd40f91e 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -600,6 +600,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"),