mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 08:51:50 -06:00
c51ce61e4d
merge in remove uuid
12 lines
350 B
Plaintext
12 lines
350 B
Plaintext
# add plugin configuration for ipauniqueid
|
|
dn: cn=IPA Unique IDs,cn=IPA UUID,cn=plugins,cn=config
|
|
changetype: add
|
|
objectclass: top
|
|
objectclass: extensibleObject
|
|
cn: IPA Unique IDs
|
|
ipaUuidAttr: ipaUniqueID
|
|
ipaUuidMagicRegen: autogenerate
|
|
ipaUuidFilter: (|(objectclass=ipaObject)(objectclass=ipaAssociation))
|
|
ipaUuidScope: $SUFFIX
|
|
ipaUuidEnforce: TRUE
|