From 622f9ab11f12187c4453f9b7c748a6c9865591ed 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 --- install/ui/test/data/ipa_init.json | 1 + 1 file changed, 1 insertion(+) (limited to 'install/ui/test/data/ipa_init.json') diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index f714fb432..cf13591a5 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -469,6 +469,7 @@ "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