<quote who="Howard Chu">
Gavin Henry wrote:
Next one:
[root@suretec openldap]# slaptest monitor_back_register_entry_attrs(""): base="cn=databases,cn=monitor" scope=one filter="(namingContexts:distinguishedNameMatch:=dc=suretecsystems,dc=com)": unable to find entry
backend_startup_one: bi_db_open failed! (1) slap_startup failed (test would succeed using the -u switch)
Pretty sure you reported this in an ITS a while back. The monitor DB defaults to no anonymous read access. You need to define a rootDN for the monitor DB so that the registration functions can actually see the tree. (The registration ops try to run as the rootDN, but if none is set, that means a zero-length DN, i.e. anonymous.)
With rootdn added, I now have a working 2.4.X slave with a 2.3.38 master via delta-syncrepl.
Can you remind me what you can write to in cn=monitor with a rootpw setting? I'm sure ando told me and I'll go dig in the archives.
Gavin.