diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2014-01-15 18:01:02 +0100 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2014-01-21 12:24:54 +0100 |
commit | 622f9ab11f12187c4453f9b7c748a6c9865591ed (patch) | |
tree | be6552aec63f4560c6d4ab717567feb40538ffae /install/ui/test/data | |
parent | 3e0ae972685aefa20ec619b17a7c2b7f7c2f50d9 (diff) | |
download | freeipa-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 'install/ui/test/data')
-rw-r--r-- | install/ui/test/data/ipa_init.json | 1 |
1 files changed, 1 insertions, 0 deletions
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", |