https://bugs.openldap.org/show_bug.cgi?id=10359
Issue ID: 10359 Summary: delta-MPR uses logbase for more than it documents Product: OpenLDAP Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: slapd Assignee: bugs@openldap.org Reporter: ondra@mistotebe.net Target Milestone: ---
syncrepl logbase=<dn> is used not just for a syncrepl session (documented) but also for internal searches when it comes to delta-MPR conflict resolution. This is not documented so an admin doesn't know that the local accesslog DB needs to exist and have the same suffix.
Either the documentation needs updating or a new configuration item needs to be added to allow an accesslog DB with a different suffix locally.
https://bugs.openldap.org/show_bug.cgi?id=10359
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs_review | Resolution|--- |TEST Assignee|bugs@openldap.org |hyc@openldap.org Status|UNCONFIRMED |RESOLVED Target Milestone|--- |2.6.11
--- Comment #1 from Quanah Gibson-Mount quanah@openldap.org --- commit fcf6cb40b74f3fd003b1d76d961d3d8be76dc29d (HEAD -> master, origin/master, origin/HEAD) Author: Howard Chu hyc@openldap.org Date: Thu Jun 19 17:52:47 2025 +0100
ITS#10359 note that logbase must exist on all providers in delta MPR
https://bugs.openldap.org/show_bug.cgi?id=10359
--- Comment #2 from Quanah Gibson-Mount quanah@openldap.org --- main:
• fcf6cb40 by Howard Chu at 2025-06-24T16:01:53+00:00 ITS#10359 note that logbase must exist on all providers in delta MPR
RE26:
• f7f5c7db by Howard Chu at 2025-09-08T22:13:24+00:00 ITS#10359 note that logbase must exist on all providers in delta MPR
https://bugs.openldap.org/show_bug.cgi?id=10359
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|TEST |FIXED Status|RESOLVED |VERIFIED