ae19cce Trust Web UI

17 files Authored by pvoborni 12 years ago, Committed by mkosek 12 years ago,
    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
    
        
file modified
+1 -0
file modified
+4 -2
file modified
+1 -0
file modified
+11 -0
file modified
+28 -0
file modified
+1 -0
file added
+165
file modified
+2 -1
file modified
+194 -20
file modified
+14 -0