https://bugs.openldap.org/show_bug.cgi?id=9390
Howard Chu hyc@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID
--- Comment #1 from Howard Chu hyc@openldap.org --- (In reply to SATOH Fumiyasu from comment #0)
Created attachment 778 [details] Proposed patch for OPENLDAP_REL_ENG_2_4 branch
In server/slapd/syncrepl.c:dn_callback():
} else if ( rs->sr_type == REP_RESULT ) { if ( rs->sr_err == LDAP_SIZELIMIT_EXCEEDED ) { Debug( LDAP_DEBUG_ANY, "dn_callback : consistency error - " "entryUUID is not unique\n", 0, 0, 0 ); } }
Is this wrong debug message?
No.