]> git.sur5r.net Git - openldap/commitdiff
Note that schema described herein is a "work in progress",
authorKurt Zeilenga <kurt@openldap.org>
Tue, 1 Nov 2005 20:33:15 +0000 (20:33 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 1 Nov 2005 20:33:15 +0000 (20:33 +0000)
subject to change without notice.  Same needs to be
done to slapo-lastmod(5), but its organization makes it
a bit messier.

doc/man/man5/slapo-accesslog.5
doc/man/man5/slapo-retcode.5

index d3cacac9ecf0da288615f08cd0854f0fc405cf72..9e869a2cc52bd716ff221a273d49329f4e0ab9ad 100644 (file)
@@ -12,9 +12,9 @@ backend database on another database. This allows all of the activity on
 a given database to be reviewed using arbitrary LDAP queries, instead of
 just logging to local flat text files. Configuration options are available
 for selecting a subset of operation types to log, and to automatically
-prune older log records from the logging database. Log records are stored
-with a custom schema to assure their readability whether viewed as LDIF
-or in raw form.
+prune older log records from the logging database.  Log records are stored
+with audit schema (see below) to assure their readability whether viewed
+as LDIF or in raw form.
 .SH CONFIGURATION
 These
 .B slapd.conf
@@ -98,10 +98,23 @@ succeed or not. The default is FALSE.
        logops writes reads
 .fi
 
-.SH OBJECT CLASSES
+.SH SCHEMA
 The
 .B accesslog
-overlay defines a number of object classes for use in the logs. There is
+overlay utilizes the "audit" schema described herein.
+This schema is specifically designed for
+.B accesslog
+auditing and is not intended to be used otherwise.  It is also
+noted that the schema describe here is
+.I a work in
+.IR progress ,
+and hence subject to change without notice.
+The schema is loaded automatically by the overlay.
+
+The schema includes a number of object classes and associated
+attribute types as described below.
+
+There is
 a basic
 .B auditObject
 class from which two additional classes,
@@ -148,7 +161,7 @@ being logged, e.g.
 .BR search ,
 etc. For extended operations, the type also includes the OID of the
 extended operation, e.g.
-.B extended(1.2.3.4.1)
+.B extended(1.1.1.1)
 
 The
 .B reqSession
index be612cd306737447c5749d143cabaac79dedb06f..78cef21866a532243e05bad8769f08bfe56282aa 100644 (file)
@@ -73,7 +73,20 @@ Enables exploitation of in-directory stored errAbsObject.
 May result in a lot of unnecessary overhead.
 
 .SH SCHEMA
-The following schema items are created and used by the overlay:
+The
+.B retcode
+overlay utilizes the "return code" schema described herein. 
+This schema is specifically designed for use with this
+overlay and is not intended to be used otherwise.
+It is also noted that the schema describe here is
+.I a work in
+.IR progress ,
+and hence subject to change without notice.
+The schema is loaded automatically by the overlay.
+
+The schema includes a number of object classes and associated
+attribute types as described below.
+
 .LP
 The error code:
 .RS 4