https://bugs.openldap.org/show_bug.cgi?id=10556
Issue ID: 10556 Summary: lloadd must not initialize network in tool mode Product: OpenLDAP Version: 2.6.13 Hardware: All OS: All Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: lloadd Assignee: bugs@openldap.org Reporter: hyc@openldap.org Target Milestone: ---
This is already fixed incidentally in 2.7 for ITS#10265 commit 89e34fded385ecc59ccaef1fcde2a644df5c4780
Currently the lloadd init always tries to open its listening ports, even if running as a module in slap tools. If lloadd is already running as a daemon, then tools like slapcat will fail to startup because it tries to bind a port that's already in use.
The ITS#10265 commit fixes a number of issues, and it can't be directly backported into 2.6. A small fix for this specific point will be added to RE26.
https://bugs.openldap.org/show_bug.cgi?id=10556
Howard Chu hyc@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Target Milestone|--- |2.6.14 See Also| |https://bugs.openldap.org/s | |how_bug.cgi?id=10265 Status|UNCONFIRMED |IN_PROGRESS Keywords|needs_review |
--- Comment #1 from Howard Chu hyc@openldap.org --- https://git.openldap.org/openldap/openldap/-/merge_requests/908
https://bugs.openldap.org/show_bug.cgi?id=10556
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@openldap.org |hyc@openldap.org
https://bugs.openldap.org/show_bug.cgi?id=10556
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |TEST Status|IN_PROGRESS |RESOLVED
--- Comment #2 from Quanah Gibson-Mount quanah@openldap.org --- RE26:
• ad5a1ef5 by Howard Chu at 2026-08-04T17:50:55+01:00 ITS#10556 lloadd: don't init network in tool mode
https://bugs.openldap.org/show_bug.cgi?id=10556
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED Resolution|TEST |FIXED