--On Wednesday, April 14, 2021 11:49 PM +0100 Howard Chu <[email protected]>
wrote:
Apr 14 09:47:56 my-ldap-box slapd[20736]: mdb_opinfo_get: err
MDB_MAP_RESIZED: Database contents grew beyond environment
mapsize(-30785)
You failed to set a maxsize on the accesslog database, so it's using the
default of 10MB. You need to increase its size, as it's clearly
running out of space.
No, that's MDB_MAP_FULL. This particular error means some other process
opened the environment and increased the mapsize. Currently back-mdb
doesn't handle this error code because nobody should ever be doing that
to an OpenLDAP installation.
Ok, well, that's bizarre. The issue with the accesslog DB still exists too
though. :) I would guess that that's the database that got resized. Guess
the next question is, where did they get a program that's illegally
accessing the slapd database and attempting to resize it.
--Quanah
--
Quanah Gibson-Mount
Product Architect
Symas Corporation
Packaged, certified, and supported LDAP solutions powered by OpenLDAP:
<http://www.symas.com>