summaryrefslogtreecommitdiffstats
path: root/install/ui/ipa.js
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-10-24 18:18:10 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-10-26 12:53:28 +0000
commitf168afbeb6e88e6ba66d7472529c35ed78dc6bc0 (patch)
treeebadbb98c5c688c9c7bb00f81598868fb7678057 /install/ui/ipa.js
parent0450934e366c37d01fe84a2c23ed196bf8dd6f89 (diff)
downloadfreeipa.git-f168afbeb6e88e6ba66d7472529c35ed78dc6bc0.tar.gz
freeipa.git-f168afbeb6e88e6ba66d7472529c35ed78dc6bc0.tar.xz
freeipa.git-f168afbeb6e88e6ba66d7472529c35ed78dc6bc0.zip
Removed HBAC deny rule warning.
The HBAC deny rule is no longer supported so it's no longer necessary to show the warning. Ticket #1444
Diffstat (limited to 'install/ui/ipa.js')
-rw-r--r--install/ui/ipa.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/install/ui/ipa.js b/install/ui/ipa.js
index 381f128c..15088f61 100644
--- a/install/ui/ipa.js
+++ b/install/ui/ipa.js
@@ -169,15 +169,6 @@ var IPA = ( function () {
}
}));
- batch.add_command(IPA.command({
- entity: 'hbacrule',
- method: 'find',
- options:{"accessruletype":"deny"},
- on_success: function(data, text_status, xhr) {
- that.hbac_deny_rules = data;
- }
- }));
-
batch.execute();
};