[Samba] Samba 4.1.2 invalid zero invocationID
Kleber Rocha
klinux at gmail.com
Thu Dec 19 09:35:11 MST 2013
Hello,
I had configured a domain with samba 4.1.0rc2, I was able to add a new
server as DC successfull on this version, but after upgrade to 4.1.2, we
have this error:
*Analyze and apply schema objects*
*Partition[CN=Configuration,DC=geribello,DC=com,DC=br] objects[402/1654]
linked_values[0/0]*
*Refusing replication of object containing invalid zero invocationID on
attribute 13 of CN=Deleted
Objects,CN=Configuration,DC=geribello,DC=com,DC=br:
WERR_DS_SRC_GUID_MISMATCH*
I apply patch on the *source4/dsdb/repl/replicated_objects.c* and I comment
the code block:
//if (GUID_all_zero(&d->originating_invocation_id)) {
// status = WERR_DS_SRC_GUID_MISMATCH;
// DEBUG(0, ("Refusing replication of object containing invalid zero
invocationID on attribute %d of %s: %s\n",
// a->attid,
// ldb_dn_get_linearized(msg->dn),
// win_errstr(status)));
// return status;
//}
And I can join new machine as DC. But this is correctly? How can I fix this
problem?
Thanks.
More information about the samba
mailing list