summaryrefslogtreecommitdiffstats
path: root/install/ui/sudo.js
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2011-12-15 13:40:29 +0100
committerEndi S. Dewata <edewata@redhat.com>2011-12-15 19:59:57 +0000
commit187bedafd0e261661c6368b6df90eb9d31ef9ceb (patch)
tree959f57ae298f8a8c85ddf6407ee22f1974a4790d /install/ui/sudo.js
parentcb649f2de2f0399ca02adb14684109ef12a55d52 (diff)
downloadfreeipa-187bedafd0e261661c6368b6df90eb9d31ef9ceb.tar.gz
freeipa-187bedafd0e261661c6368b6df90eb9d31ef9ceb.tar.xz
freeipa-187bedafd0e261661c6368b6df90eb9d31ef9ceb.zip
Fixed displaying of external records in rule association widgets
It's a fix for regression introduced by widget refactoring #2040. https://fedorahosted.org/freeipa/ticket/2040
Diffstat (limited to 'install/ui/sudo.js')
-rw-r--r--install/ui/sudo.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/install/ui/sudo.js b/install/ui/sudo.js
index 5e1dedc7e..991461822 100644
--- a/install/ui/sudo.js
+++ b/install/ui/sudo.js
@@ -278,6 +278,7 @@ IPA.sudorule_details_facet = function(spec) {
type: 'rule_association_table',
name: 'memberuser_user',
widget: 'user.rule.memberuser_user',
+ external: 'externaluser',
priority: IPA.sudo.remove_method_priority
},
{
@@ -352,6 +353,7 @@ IPA.sudorule_details_facet = function(spec) {
type: 'rule_association_table',
name: 'memberhost_host',
widget: 'host.rule.memberhost_host',
+ external: 'externalhost',
priority: IPA.sudo.remove_method_priority
},
{
@@ -541,6 +543,7 @@ IPA.sudorule_details_facet = function(spec) {
type: 'rule_association_table',
name: 'ipasudorunas_user',
widget: 'runas.runas_users.ipasudorunas_user',
+ external: 'ipasudorunasextuser',
priority: IPA.sudo.remove_method_priority
},
{
@@ -558,6 +561,7 @@ IPA.sudorule_details_facet = function(spec) {
type: 'rule_association_table',
name: 'ipasudorunasgroup_group',
widget: 'runas.runas_groups.ipasudorunasgroup_group',
+ external: 'ipasudorunasextgroup',
priority: IPA.sudo.remove_method_priority
}
);