From eb61bd92ef38dab526d869cf23ff09473725fc19 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 1 Nov 2005 20:33:15 +0000 Subject: [PATCH] Note that schema described herein is a "work in progress", 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 | 25 +++++++++++++++++++------ doc/man/man5/slapo-retcode.5 | 15 ++++++++++++++- 2 files changed, 33 insertions(+), 7 deletions(-) diff --git a/doc/man/man5/slapo-accesslog.5 b/doc/man/man5/slapo-accesslog.5 index d3cacac9ec..9e869a2cc5 100644 --- a/doc/man/man5/slapo-accesslog.5 +++ b/doc/man/man5/slapo-accesslog.5 @@ -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 diff --git a/doc/man/man5/slapo-retcode.5 b/doc/man/man5/slapo-retcode.5 index be612cd306..78cef21866 100644 --- a/doc/man/man5/slapo-retcode.5 +++ b/doc/man/man5/slapo-retcode.5 @@ -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 -- 2.39.5