From 152aaf52f7daaf50ae44a4761849603756c186d1 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Wed, 15 Jan 2014 18:01:02 +0100 Subject: 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 --- ipalib/plugins/internal.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ipalib/plugins/internal.py') 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"), -- cgit