summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-01-10 17:09:00 +0700
committerEndi Sukma Dewata <edewata@redhat.com>2011-01-10 12:49:06 -0500
commit039039155f7dbdafd183f3248c64613ec07c0900 (patch)
treebbd826804727190f10fdd894a2252a16b3d6a610 /install
parent340d0d685c392b3631fd80eba0d7351e5e945323 (diff)
downloadfreeipa-039039155f7dbdafd183f3248c64613ec07c0900.tar.gz
freeipa-039039155f7dbdafd183f3248c64613ec07c0900.tar.xz
freeipa-039039155f7dbdafd183f3248c64613ec07c0900.zip
Fixed command category value.
Diffstat (limited to 'install')
-rwxr-xr-xinstall/static/sudorule.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/static/sudorule.js b/install/static/sudorule.js
index 23135c00b..934131c1e 100755
--- a/install/static/sudorule.js
+++ b/install/static/sudorule.js
@@ -1063,7 +1063,7 @@ function ipa_sudorule_command_table_widget(spec) {
var command;
- if (that.category.save() == 'all') {
+ if (that.category.save() == 'allow') {
command = ipa_command({
'method': that.entity_name+'_mod',
'args': [pkey],