summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/hbacrule.py
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-02-18 00:02:51 -0600
committerAdam Young <ayoung@redhat.com>2011-02-18 10:10:35 -0500
commite245b6da9bc87c23df64edcc240d49358f558ef7 (patch)
tree073fcd721a78d92ea95c60fc0a91dbbcc60bd842 /ipalib/plugins/hbacrule.py
parentfa75959486ddbd0be00f3611457e940215635a3a (diff)
downloadfreeipa-e245b6da9bc87c23df64edcc240d49358f558ef7.tar.gz
freeipa-e245b6da9bc87c23df64edcc240d49358f558ef7.tar.xz
freeipa-e245b6da9bc87c23df64edcc240d49358f558ef7.zip
Updated json_metadata and i18n_messages.
The json_metadata() has been updated to return ipa.Objects and ipa.Methods. The i18n_messages() has been updated to include other messages that are not available from the metadata.
Diffstat (limited to 'ipalib/plugins/hbacrule.py')
-rw-r--r--ipalib/plugins/hbacrule.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ipalib/plugins/hbacrule.py b/ipalib/plugins/hbacrule.py
index cb4dbb4f3..6445199a1 100644
--- a/ipalib/plugins/hbacrule.py
+++ b/ipalib/plugins/hbacrule.py
@@ -194,6 +194,10 @@ class hbacrule(LDAPObject):
label=_('Source hosts'),
flags=['no_create', 'no_update', 'no_search'],
),
+ Str('sourcehost_hostgroup?',
+ label=_('Source host groups'),
+ flags=['no_create', 'no_update', 'no_search'],
+ ),
Str('memberservice_hbacsvc?',
label=_('Services'),
flags=['no_create', 'no_update', 'no_search'],