diff --git a/doc/man/man5/slapo-accesslog.5 b/doc/man/man5/slapo-accesslog.5 index dfb49add3f..2707b7cbbe 100644 --- a/doc/man/man5/slapo-accesslog.5 +++ b/doc/man/man5/slapo-accesslog.5 @@ -137,6 +137,20 @@ The schema is loaded automatically by the overlay. The schema includes a number of object classes and associated attribute types as described below. +The root entry of the underlying accesslog database makes use +of the +.B auditContainer +class which is as follows: +.LP +.RS 4 +( 1.3.6.1.4.1.4203.666.11.5.2.0 + NAME 'auditContainer' + DESC 'AuditLog container' + SUP top STRUCTURAL + MAY ( cn $ reqStart $ reqEnd ) ) +.RE +.P + There is a basic .B auditObject @@ -378,7 +392,7 @@ filter. DESC 'ModRDN operation' SUP auditWriteObject STRUCTURAL MUST ( reqNewRDN $ reqDeleteOldRDN ) - MAY ( reqNewSuperior $ reqOld ) ) + MAY ( reqNewSuperior $ reqMod $ reqOld ) ) .RE .P The