mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 11:09:34 -05:00
ITS#8659 - Add missing data on auditlog schema
Add missing objectClass auditContainer Add missing attribute reqMod to auditModRDN objectClass
This commit is contained in:
parent
c369df9439
commit
51462ca0ee
1 changed files with 15 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue