summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/hbacrule.py
diff options
context:
space:
mode:
authorJan Zeleny <jzeleny@redhat.com>2010-12-08 16:22:51 +0100
committerRob Crittenden <rcritten@redhat.com>2011-01-07 09:42:41 -0500
commitb6eada08021f0bbfc62dfd431b1c5b47928add85 (patch)
treece8bedae9738707600f2e173d467edb6d5db5479 /ipalib/plugins/hbacrule.py
parent6214af8a8d74066e6ba0c36dd0c4e57c395f4117 (diff)
downloadfreeipa-b6eada08021f0bbfc62dfd431b1c5b47928add85.tar.gz
freeipa-b6eada08021f0bbfc62dfd431b1c5b47928add85.tar.xz
freeipa-b6eada08021f0bbfc62dfd431b1c5b47928add85.zip
Initial grouping of ipalib plugins for ipa help
This patch makes one group for all HBAC plugins and one group for all sudo plugins.
Diffstat (limited to 'ipalib/plugins/hbacrule.py')
-rw-r--r--ipalib/plugins/hbacrule.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipalib/plugins/hbacrule.py b/ipalib/plugins/hbacrule.py
index 5fc66a582..b834a1410 100644
--- a/ipalib/plugins/hbacrule.py
+++ b/ipalib/plugins/hbacrule.py
@@ -85,6 +85,8 @@ from ipalib import AccessTime, Password, Str, StrEnum
from ipalib.plugins.baseldap import *
from ipalib import _, ngettext
+topic = ('hbac', 'Host based access control commands')
+
def is_all(options, attribute):
"""
See if options[attribute] is lower-case 'all' in a safe way.