https://bugs.openldap.org/show_bug.cgi?id=10405
Issue ID: 10405
Summary: freebsd package missing mdb module in openldap server
2.6.10
Product: OpenLDAP
Version: 2.6.10
Hardware: All
OS: FreeBSD
Status: UNCONFIRMED
Keywords: needs_review
Severity: normal
Priority: ---
Component: libraries
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
When installing openldap server on FreeBSD 14.3, the package:
openldap26-server-2.6.10 Open source LDAP server implementation
Has the following shared objects in the module folder:
ls /usr/local/libexec/openldap/back_*.so
/usr/local/libexec/openldap/back_asyncmeta.so
/usr/local/libexec/openldap/back_null.so
/usr/local/libexec/openldap/back_dnssrv.so
/usr/local/libexec/openldap/back_passwd.so
/usr/local/libexec/openldap/back_ldap.so
/usr/local/libexec/openldap/back_sock.so
/usr/local/libexec/openldap/back_meta.so
slapd.conf references these modules:
# Load dynamic backend modules:
modulepath /usr/local/libexec/openldap
moduleload back_mdb
# moduleload back_ldap
but back_mdb is missing from the installed modules.
There appears to be no other way to install this module through the package
system and the only way to run openldap server 2.6.10 is to build it from ports
instead of using the broken package.
--
You are receiving this mail because:
You are on the CC list for the issue.