Re: Some principals not replicating
Viktor Dukhovni <[email protected]> Fri, 15 Jun 2018 18:04:53 -0400
| Newsgroups | gmane.comp.encryption.kerberos.heimdal.general |
|---|---|
| Message-ID | <[email protected]> |
> On Jun 15, 2018, at 5:31 PM, Adam Lewenberg <[email protected]> = wrote: >=20 > PROBLEM: Some of the principals will not replicate. Well updates to the principal are not replicating... > If I go on the master and change the password of one of these = problematic principals, I=20 > see this in the replica's logs: That's a "modify" not a "create" and modify requires the object to already be there. The iprop log is "sparse", recording only the modified data when doing "modify", so the principal can't be created just from the latest "modify" record. > QUESTION: What could be a reason for this principal not to replicate? You need to stop the slaves, blow away their database and logs, and replicate the full database from scratch. --=20 Viktor.