https://bugs.openldap.org/show_bug.cgi?id=9609
Issue ID: 9609 Summary: Unrecognized database type (monitor) Product: OpenLDAP Version: 2.4.59 Hardware: All OS: Linux Status: UNCONFIRMED Severity: normal Priority: --- Component: backends Assignee: bugs@openldap.org Reporter: fdepaz@vmware.com Target Milestone: ---
Hello,
I'm getting issues setting up the monitor backend in OpenLDAP 2.4.59, with it throwing the following error:
---- Unrecognized database type (monitor) 60edd056 olcDatabase: value #0: <olcDatabase> failed init (monitor) slapadd: could not add entry dn="olcDatabase={1}monitor,cn=config" (line=631): ----
It seems it is not detecting "monitor" as a valid database backend. My monitor configuration via cn=config is the following:
---- dn: olcDatabase=monitor,cn=config objectClass: olcDatabaseConfig olcDatabase: monitor ... ----
This same configuration is working without issues using both the previous version 2.4.58 and the newest 2.5.5, but not in 2.4.59.
Regards, Francisco de Paz