mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
fe67680da5
This adds a new directive to ipa-ldap-updater: addifnew. This will add a new attribute only if it doesn't exist in the current entry. We can't compare values because the value we are adding is automatically generated. ticket 1177
13 lines
396 B
Plaintext
13 lines
396 B
Plaintext
# The groups added in bootstrap-template.ldif didn't include ipaUniqueId
|
|
dn: cn=admins,cn=groups,cn=accounts,$SUFFIX
|
|
add:objectclass: ipaobject
|
|
addifnew:ipaUniqueID: autogenerate
|
|
|
|
dn: cn=ipausers,cn=groups,cn=accounts,$SUFFIX
|
|
add:objectclass: ipaobject
|
|
addifnew:ipaUniqueID: autogenerate
|
|
|
|
dn: cn=editors,cn=groups,cn=accounts,$SUFFIX
|
|
add:objectclass: ipaobject
|
|
addifnew:ipaUniqueID: autogenerate
|