summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorPavel Vomacka <pvomacka@redhat.com>2016-06-15 17:44:58 +0200
committerMartin Basti <mbasti@redhat.com>2016-06-21 13:39:01 +0200
commitfac0c7b26002156e4154dc2bc5b198fccdaf71e0 (patch)
tree36ac903b259260b2a61f426a9c099cf8488c07ac /install
parenta7f937e82cd8fdfa457ef9ae7de227d7e2502c3b (diff)
downloadfreeipa-fac0c7b26002156e4154dc2bc5b198fccdaf71e0.tar.gz
freeipa-fac0c7b26002156e4154dc2bc5b198fccdaf71e0.tar.xz
freeipa-fac0c7b26002156e4154dc2bc5b198fccdaf71e0.zip
Extend trust config page
Add list of AD trust agents and controllers to trust config page. Part of: https://fedorahosted.org/freeipa/ticket/5906 Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'install')
-rw-r--r--install/ui/src/freeipa/trust.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/install/ui/src/freeipa/trust.js b/install/ui/src/freeipa/trust.js
index 20535be93..39e79ebef 100644
--- a/install/ui/src/freeipa/trust.js
+++ b/install/ui/src/freeipa/trust.js
@@ -389,6 +389,16 @@ return {
filter_options: {
posix: true
}
+ },
+ {
+ $type: 'multivalued',
+ name: 'ad_trust_agent_server',
+ read_only: true
+ },
+ {
+ $type: 'multivalued',
+ name: 'ad_trust_controller_server',
+ read_only: true
}
]
}