https://bugs.openldap.org/show_bug.cgi?id=10548
Issue ID: 10548 Summary: slapmodify replaces entryUUID Product: OpenLDAP Version: 2.6.13 Hardware: x86_64 OS: Linux Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: client tools Assignee: bugs@openldap.org Reporter: dhawes@gmail.com Target Milestone: ---
When using slapmodify with olcLastMod=TRUE, the entryUUID is replaced for every entry modified. This is undesirable and has implications with syncrepl.
The check for lastmod is here:
https://git.openldap.org/openldap/openldap/-/blob/master/servers/slapd/slapm...
Replacing the entryUUID is here:
https://git.openldap.org/openldap/openldap/-/blob/master/servers/slapd/slapm...
More discussion is available at:
https://lists.openldap.org/hyperkitty/list/openldap-technical@openldap.org/t...
https://bugs.openldap.org/show_bug.cgi?id=10548
Howard Chu hyc@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs_review | Status|UNCONFIRMED |RESOLVED Resolution|--- |TEST Target Milestone|--- |2.6.14 Assignee|bugs@openldap.org |hyc@openldap.org
--- Comment #1 from Howard Chu hyc@openldap.org --- Fixed in git 97d1ef1e50ef35c85547bcc5f8f577776e7075b2
https://bugs.openldap.org/show_bug.cgi?id=10548
--- Comment #2 from David Hawes dhawes@gmail.com --- Fix confirmed, thanks.
https://bugs.openldap.org/show_bug.cgi?id=10548
--- Comment #3 from Quanah Gibson-Mount quanah@openldap.org --- head:
• 97d1ef1e by Howard Chu at 2026-07-22T20:43:16+01:00 ITS#10548 slapmodify: don't replace creation-related opattrs
RE27:
• 24bbc15b by Howard Chu at 2026-07-22T22:31:29+00:00 ITS#10548 slapmodify: don't replace creation-related opattrs
RE26:
• 8350c746 by Howard Chu at 2026-07-22T22:31:45+00:00 ITS#10548 slapmodify: don't replace creation-related opattrs
https://bugs.openldap.org/show_bug.cgi?id=10548
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED Resolution|TEST |FIXED