Imported Upstream version 4.6.2
This commit is contained in:
18
install/updates/55-pbacmemberof.update
Normal file
18
install/updates/55-pbacmemberof.update
Normal file
@@ -0,0 +1,18 @@
|
||||
#
|
||||
# This needs to come later in the cycle otherwise the DN sorting is going
|
||||
# to cause it to execute before the member attributes are added
|
||||
dn: cn=Update PBAC memberOf $TIME, cn=memberof task, cn=tasks, cn=config
|
||||
add: objectClass: top
|
||||
add: objectClass: extensibleObject
|
||||
add: cn: IPA PBAC memberOf $TIME
|
||||
add: basedn: cn=privileges,cn=pbac,$SUFFIX
|
||||
add: filter: (objectclass=*)
|
||||
add: ttl: 10
|
||||
|
||||
dn: cn=Update Role memberOf $TIME, cn=memberof task, cn=tasks, cn=config
|
||||
add: objectClass: top
|
||||
add: objectClass: extensibleObject
|
||||
add: cn: Update Role memberOf $TIME
|
||||
add: basedn: cn=roles,cn=accounts,$SUFFIX
|
||||
add: filter: (objectclass=*)
|
||||
add: ttl: 10
|
||||
Reference in New Issue
Block a user