From ae19cce7adcb08cc192a9a2b320a09ab10269f52 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Wed, 13 Jun 2012 17:44:36 +0200 Subject: Trust Web UI This patch adds Web UI for trusts. Navigation path is IPA Server/Trust. It allows to add, deleted and show trust. Mod command doesn't have defined input options so update of a trust is not supported yet. Adder dialog supports two ways if adding a trust: 1) adding with domain name, admin name and admin password. 2) adding with domain name, shared secret Search page shows only list of realm names which are trusts' cns. Details page is read only. It contains following attributes: * Realm name (cn) * Domain NetBIOS name (ipantflatname) * Domain Security Identifier (ipanttrusteddomainsid) * Trust direction (trustdirection) * Trust type (trusttype) trust_output_params also defines 'Trust status' param. This param is not return by show command as well so it's commented out in code until it's fixed in plugin code. Fields in details pages are using labels defined in internal.py. It is temporary solution until including of command.has_output_params will be added to metadata. https://fedorahosted.org/freeipa/ticket/2829 --- install/ui/index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'install/ui/index.html') diff --git a/install/ui/index.html b/install/ui/index.html index 01335d755..653704b7b 100644 --- a/install/ui/index.html +++ b/install/ui/index.html @@ -43,6 +43,7 @@ + -- cgit