summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/hbacrule.py
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2014-02-06 12:33:43 +0100
committerMartin Kosek <mkosek@redhat.com>2014-02-06 16:46:24 +0100
commit4e207b4c889a79b3465aa670b3f2229e76e8abe9 (patch)
treecae928c78890536a4aab983a1178564caa285b7e /ipalib/plugins/hbacrule.py
parent03ba31b8ca632f1ce6e9d67e0c37ca5e7bcc8a8c (diff)
downloadfreeipa-4e207b4c889a79b3465aa670b3f2229e76e8abe9.tar.gz
freeipa-4e207b4c889a79b3465aa670b3f2229e76e8abe9.tar.xz
freeipa-4e207b4c889a79b3465aa670b3f2229e76e8abe9.zip
Remove sourcehostcategory from the default HBAC rule.
https://fedorahosted.org/freeipa/ticket/4158 Reviewed-By: Martin Kosek <mkosek@redhat.com>
Diffstat (limited to 'ipalib/plugins/hbacrule.py')
-rw-r--r--ipalib/plugins/hbacrule.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/hbacrule.py b/ipalib/plugins/hbacrule.py
index 0f0fef002..99758b25a 100644
--- a/ipalib/plugins/hbacrule.py
+++ b/ipalib/plugins/hbacrule.py
@@ -118,7 +118,7 @@ class hbacrule(LDAPObject):
default_attributes = [
'cn', 'ipaenabledflag',
'description', 'usercategory', 'hostcategory',
- 'sourcehostcategory', 'servicecategory', 'ipaenabledflag',
+ 'servicecategory', 'ipaenabledflag',
'memberuser', 'sourcehost', 'memberhost', 'memberservice',
'memberhostgroup', 'externalhost',
]