]> git.sur5r.net Git - openldap/commit
ITS#7182 Rework monitor registration.
authorOndrej Kuznik <ondrej.kuznik@acision.com>
Wed, 8 Feb 2012 15:33:34 +0000 (16:33 +0100)
committerHoward Chu <hyc@openldap.org>
Thu, 29 Mar 2012 14:01:04 +0000 (07:01 -0700)
commit979e0f00b9839c826c71546987c1a5dbf256447b
treec726f2935d5723de5554b9088cd6841eca74f803
parent7c40b6e904ac3a1286f1436f84d4ce03259d8ad4
ITS#7182 Rework monitor registration.

Letting back-monitor create the subsystem entries is much more readable
than doing this manually.

Only the database is registered if needed (chain overlay has to be
updated to cope with this), the cn=Connection entry is removed in this
patch to be reinstated in the following one as part of the correct
subsystem.

The owner (overlay mostly) should already know the target subtree DN,
therefore the filter machinery can go away too.
servers/slapd/back-ldap/back-ldap.h
servers/slapd/back-ldap/chain.c
servers/slapd/back-ldap/monitor.c