2010-05-04 14:24:54 -05:00
|
|
|
# default HBAC policy that grants permission to all services
|
2010-10-26 09:26:06 -05:00
|
|
|
dn: ipauniqueid=autogenerate,cn=hbac,$SUFFIX
|
2010-05-04 14:24:54 -05:00
|
|
|
changetype: add
|
|
|
|
objectclass: ipaassociation
|
|
|
|
objectclass: ipahbacrule
|
|
|
|
cn: allow_all
|
|
|
|
accessruletype: allow
|
|
|
|
usercategory: all
|
|
|
|
hostcategory: all
|
2010-05-20 12:50:22 -05:00
|
|
|
servicecategory: all
|
2010-05-04 14:24:54 -05:00
|
|
|
ipaenabledflag: TRUE
|
|
|
|
description: Allow all users to access any host from any host
|
2010-10-26 09:26:06 -05:00
|
|
|
ipauniqueid: autogenerate
|
2010-05-04 14:24:54 -05:00
|
|
|
|
2019-01-11 04:18:05 -06:00
|
|
|
# default HBAC policy for pam_systemd
|
|
|
|
dn: ipauniqueid=autogenerate,cn=hbac,$SUFFIX
|
|
|
|
changetype: add
|
|
|
|
objectclass: ipaassociation
|
|
|
|
objectclass: ipahbacrule
|
|
|
|
cn: allow_systemd-user
|
|
|
|
accessruletype: allow
|
|
|
|
usercategory: all
|
|
|
|
hostcategory: all
|
2019-01-15 10:33:56 -06:00
|
|
|
memberService: cn=systemd-user,cn=hbacservices,cn=hbac,$SUFFIX
|
2019-01-11 04:18:05 -06:00
|
|
|
ipaenabledflag: TRUE
|
|
|
|
description: Allow pam_systemd to run user@.service to create a system user session
|
|
|
|
ipauniqueid: autogenerate
|