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

Re: fixes for cn=Monitor and cn=Config (ITS#734)



I liked to see cn=Monitor and cn=Config significantly reworked.
We should discuss thoughts on what needed and how best to present
it on the devel mailing list.  For now, I'll mark this ITS
'suspended' pending that discussion.

        Kurt

At 07:01 PM 9/12/00 +0000, karsten.kuenne@desy.de wrote:
>Full_Name: Karsten Kuenne
>Version: 2.0.1
>OS: Solaris 7
>URL: ftp://ftp.openldap.org/incoming/
>Submission from: (NULL) (131.169.137.215)
>
>
>I fixed the "cn=Monitor" and "cn=Config" DN's in slapd. They now provide more or
>less
>the same functionality as in 1.2.11. All the changes are protected with
>"#ifdef SLAPD_MONITOR_DN" resp. "#ifdef SLAPD_CONFIG_DN". You still have to
>enable
>the stuff in include/ldap_defaults.h by changing the "#if 0" in front of the
>definition for SLAPD_MONITOR_DN to "#if 1". Maybe someone with more knowledge
>about
>autoconf can add configure support for it. The patch is in
>
>http://www.desy.de/~kuenne/monitordn.patch
>
>Because there was no existing schema for the returned attributes I created one
>under our private DESY OID arc. It's available in
>
>http://www.desy.de/~kuenne/monitorschema
>
>I'm not sure whether I got all the syntaxes right but at least it works. If you
>include this schema into the OpenLDAP distribution the OID's should be
>changed to be located under some other OID arc.
>
>
>Karsten.