ITS#8659 - Add missing data on auditlog schema

Add missing objectClass auditContainer
Add missing attribute reqMod to auditModRDN objectClass
This commit is contained in:
Quanah Gibson-Mount 2021-02-25 00:32:31 +00:00
parent c369df9439
commit 51462ca0ee

View file

@ -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