I tried to test the configuration for openldap as per the book, but the
server fails to start. The reason was that the default configuration
file (slapd.conf) defines mdb for the backend, but as the build was
configured with modules (--enable-modules), a «moduleload back_mdb»
statement should also be specified in this file.
There is a commented line #moduleload back_bdb in the default config
file. Uncommenting this line and changing back_bdb to back_mdb does the
job. The LDAP server starts and the given testing command succeeds.
Perhaps would it be useful to add a small note about this.
--
Nico
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page