Remove sourcehostcategory from the default HBAC rule.

https://fedorahosted.org/freeipa/ticket/4158

Reviewed-By: Martin Kosek <mkosek@redhat.com>
This commit is contained in:
Jan Cholasta 2014-02-06 12:33:43 +01:00 committed by Martin Kosek
parent 03ba31b8ca
commit 4e207b4c88
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,6 @@ cn: allow_all
accessruletype: allow
usercategory: all
hostcategory: all
sourcehostcategory: all
servicecategory: all
ipaenabledflag: TRUE
description: Allow all users to access any host from any host

View File

@ -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',
]