summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/trust.js
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-02-08 15:09:44 +0100
committerPetr Vobornik <pvoborni@redhat.com>2013-03-06 12:56:44 +0100
commitdc5fcc2969789f03992a23ebd336b4c6f0d7e025 (patch)
tree61b9ec44226245210e25d92b474d06553086ddbd /install/ui/src/freeipa/trust.js
parent99421026f6e641ab80618814bc6418f2d285f8f2 (diff)
downloadfreeipa-dc5fcc2969789f03992a23ebd336b4c6f0d7e025.tar.gz
freeipa-dc5fcc2969789f03992a23ebd336b4c6f0d7e025.tar.xz
freeipa-dc5fcc2969789f03992a23ebd336b4c6f0d7e025.zip
Web UI: configurable SID blacklists
Added blacklists section, with ipantsidblacklistincoming and ipantsidblacklistoutgoing multivalued textbox fields, into trust details page. https://fedorahosted.org/freeipa/ticket/3289
Diffstat (limited to 'install/ui/src/freeipa/trust.js')
-rw-r--r--install/ui/src/freeipa/trust.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/install/ui/src/freeipa/trust.js b/install/ui/src/freeipa/trust.js
index 22880bfe7..e4a227ab7 100644
--- a/install/ui/src/freeipa/trust.js
+++ b/install/ui/src/freeipa/trust.js
@@ -60,6 +60,20 @@ IPA.trust.entity = function(spec) {
name: 'trusttype',
label: IPA.messages.objects.trust.trusttype
}
+ ]
+ },
+ {
+ name: 'blacklists',
+ label: IPA.messages.objects.trust.blacklists,
+ fields: [
+ {
+ type: 'multivalued',
+ name: 'ipantsidblacklistincoming'
+ },
+ {
+ type: 'multivalued',
+ name: 'ipantsidblacklistoutgoing'
+ }
// trust status not supported by show command at the moment
// {
// name: 'truststatus',