summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-10-24 18:18:10 -0500
committerSimo Sorce <ssorce@redhat.com>2012-01-11 12:04:20 -0500
commit1f59165fffb07402ce3c7db833aa29d2efc16bbc (patch)
tree69ff4ce7c44fff5b9da99bad2f3be088fc39d0fe /ipalib
parent7a2f6fe9d9d3c8705e3a0e48bcd0e23735e62ac3 (diff)
downloadfreeipa.git-1f59165fffb07402ce3c7db833aa29d2efc16bbc.tar.gz
freeipa.git-1f59165fffb07402ce3c7db833aa29d2efc16bbc.tar.xz
freeipa.git-1f59165fffb07402ce3c7db833aa29d2efc16bbc.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 'ipalib')
-rw-r--r--ipalib/plugins/internal.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index 5ccb8ab7..e4308140 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -340,11 +340,9 @@ class i18n_messages(Command):
},
"hbacrule": {
"active": _("Active"),
- "allow": _("Allow"),
"any_host": _("Any Host"),
"any_service": _("Any Service"),
"anyone": _("Anyone"),
- "deny": _("Deny"),
"host": _("Accessing"),
"inactive": _("Inactive"),
"ipaenabledflag": _("Rule status"),