Issue 734 - fixes for cn=Monitor and cn=Config
Summary: fixes for cn=Monitor and cn=Config
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: contrib (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-09-12 19:01 UTC by karsten.kuenne@desy.de
Modified: 2014-08-01 21:05 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Kurt Zeilenga 2000-09-12 15:31:38 UTC
moved from Incoming to Software Enhancements
Comment 1 Kurt Zeilenga 2000-09-12 17:13:24 UTC
moved from Software Enhancements to Development
Comment 2 karsten.kuenne@desy.de 2000-09-12 19:01:43 UTC
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.

Comment 3 Kurt Zeilenga 2000-09-13 00:24:51 UTC
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.

Comment 4 karsten.kuenne@desy.de 2000-09-13 14:51:49 UTC
| 
| 
| 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.
| 

O.k.. I need it for monitoring and statistics of our server.

Karsten.

Comment 5 Kurt Zeilenga 2000-10-03 17:16:52 UTC
changed notes
changed state Open to Suspended
Comment 6 Kurt Zeilenga 2000-10-09 16:44:17 UTC
moved from Development to Contrib
Comment 7 Kurt Zeilenga 2001-09-01 19:44:42 UTC
changed notes
changed state Suspended to Closed
Comment 8 OpenLDAP project 2014-08-01 21:05:17 UTC
see devel list discussions
new cn=monitor was committed