]> 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)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 26 Jul 2012 21:24:02 +0000 (14:24 -0700)
commit422ce272a8ca95e86a07c08d42f49c4560f21c54
tree439f7135a13e966912f59bbd0dac56b230dbd33b
parent9f53559f7b0d68d38ba9dfb6a8608c5f174e0336
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