mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
5783d0c832
CSV values are not supported in upgrade files anymore Instead of add:attribute: 'first, part', second please use add:attribute: firts, part add:attribute: second Required for ticket: https://fedorahosted.org/freeipa/ticket/4984 Reviewed-By: Jan Cholasta <jcholast@redhat.com>
19 lines
639 B
Plaintext
19 lines
639 B
Plaintext
#
|
|
# 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
|