From f168afbeb6e88e6ba66d7472529c35ed78dc6bc0 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Mon, 24 Oct 2011 18:18:10 -0500 Subject: 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 --- ipalib/plugins/internal.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'ipalib/plugins/internal.py') diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index bf241763..e613bc44 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -296,11 +296,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"), -- cgit