diff options
author | Endi S. Dewata <edewata@redhat.com> | 2011-10-24 18:18:10 -0500 |
---|---|---|
committer | Endi S. Dewata <edewata@redhat.com> | 2011-10-26 12:53:28 +0000 |
commit | f168afbeb6e88e6ba66d7472529c35ed78dc6bc0 (patch) | |
tree | ebadbb98c5c688c9c7bb00f81598868fb7678057 /install/ui/webui.js | |
parent | 0450934e366c37d01fe84a2c23ed196bf8dd6f89 (diff) | |
download | freeipa.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/webui.js')
-rw-r--r-- | install/ui/webui.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/install/ui/webui.js b/install/ui/webui.js index 189cddda..daa22b22 100644 --- a/install/ui/webui.js +++ b/install/ui/webui.js @@ -167,12 +167,6 @@ $(function() { IPA.nav.update(); $('#login_header').html(IPA.messages.login.header); - - if (IPA.hbac_deny_rules && IPA.hbac_deny_rules.count > 0){ - if (IPA.nav.name === 'admin'){ - IPA.hbac_deny_warning_dialog(); - } - } } |