]> git.sur5r.net Git - openldap/commitdiff
ITS#3836: Explain that most monitor attrs are operational.
authorHallvard Furuseth <hallvard@openldap.org>
Thu, 7 Jul 2005 08:21:18 +0000 (08:21 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Thu, 7 Jul 2005 08:21:18 +0000 (08:21 +0000)
doc/man/man5/slapd-monitor.5

index a677426a78dc6500c4f522b1eb74f05974cf0b5b..542032b5595485cbf896c01cbc2fef45a3b9672c 100644 (file)
@@ -12,13 +12,20 @@ The monitor backend to
 is not an actual database; if enabled, it is automatically generated
 and dynamically maintained by slapd with information about the running 
 status of the daemon.
-
+.LP
+To inspect all monitor information, issue a subtree search with base
+cn=Monitor, requesting that attributes "+" and "*" are returned.
+The monitor backend produces mostly operational attributes, and LDAP
+only returns operational attributes that are explicitly requested.
+Requesting attribute "+" is an extension which requests all operational
+attributes.
 .SH CONFIGURATION
 These
 .B slapd.conf
 options apply to the monitor backend database.
 That is, they must follow a "database monitor" line and come before any
 subsequent "backend" or "database" lines.
+.LP
 As opposed to most databases, the monitor database can be instantiated
 only once, i.e. only one occurrence of "database monitor" can occur
 in the