mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-30 10:47:08 -06:00
fd92652ace
This is used when a new replica is created as well as whenever a replica is re-initialized from another master. In order for this to work when not creating an instance the __init__ function needs to be able to determine the suffix and the dm_password is needed. I've also added the time to the RDN of the member task to ensure uniqueness. 438222
9 lines
191 B
Plaintext
9 lines
191 B
Plaintext
dn: cn=IPA install $TIME, cn=memberof task, cn=tasks, cn=config
|
|
changetype: add
|
|
objectClass: top
|
|
objectClass: extensibleObject
|
|
cn: IPA install
|
|
basedn: $SUFFIX
|
|
filter: (objectclass=*)
|
|
ttl: 10
|