[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#3986) back-monitor does not recognize it's being hidden by another database



Full_Name: Pierangelo Masarati
Version: HEAD/re23
OS: Linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (81.72.89.40)
Submitted by: ando


A configuration like

database <any>
suffix ""

database monitor

is tolerated by slapd, but back-monitor is then hidden by the empty suffix of
the previous database.  This inconsistency os only revealed when one tries to
set a "rootpw" for the monitor database, so that slapd checks if the rootdn is
within the cn=Monitor namingContext, thus giving a misleading error message
(better than nothing thou).

This is now fixed in HEAD.

p.