mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
46a3411420
This was causing a replica DS instance to crash if the task was not completed when we attempted a shutdown to do a restart. In replication.py we were restarting the DS instance without waiting for the ports to become available. It is unlikely that the dn of the memberof task will change but just in case I noted it in the two places it is referenced. ticket 1188
11 lines
277 B
Plaintext
11 lines
277 B
Plaintext
# Note, if you change this dn also update the dn in
|
|
# ipaserver/install/dsinstance.py
|
|
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
|