summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ipalib/plugins/hbac.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/ipalib/plugins/hbac.py b/ipalib/plugins/hbac.py
index 17154e937..117b07535 100644
--- a/ipalib/plugins/hbac.py
+++ b/ipalib/plugins/hbac.py
@@ -171,6 +171,10 @@ class hbac(LDAPObject):
label=_('Users'),
flags=['no_create', 'no_update', 'no_search'],
),
+ Str('memberuser_group?',
+ label=_('Groups'),
+ flags=['no_create', 'no_update', 'no_search'],
+ ),
Str('memberhost_host?',
label=_('Hosts'),
flags=['no_create', 'no_update', 'no_search'],
@@ -183,11 +187,11 @@ class hbac(LDAPObject):
label=_('Source hosts'),
flags=['no_create', 'no_update', 'no_search'],
),
- Str('memberservice_service?',
+ Str('memberservice_hbacsvc?',
label=_('Services'),
flags=['no_create', 'no_update', 'no_search'],
),
- Str('memberservice_servicegroup?',
+ Str('memberservice_hbacsvcgroup?',
label=_('Service Groups'),
flags=['no_create', 'no_update', 'no_search'],
),