mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 08:41:55 -06:00
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:
parent
03ba31b8ca
commit
4e207b4c88
@ -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
|
||||
|
@ -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',
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user