mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Added reqOld support
This commit is contained in:
parent
6af9770996
commit
79797e9d9e
@ -49,6 +49,11 @@ abandon, bind, unbind
|
|||||||
all operations
|
all operations
|
||||||
.RE
|
.RE
|
||||||
.TP
|
.TP
|
||||||
|
.B logoldfilter <filter>
|
||||||
|
Specify a filter for matching against Deleted and Modified entries. If
|
||||||
|
the entry matches the filter, the old contents of the entry will be
|
||||||
|
logged along with the current request.
|
||||||
|
.TP
|
||||||
.B logpurge <age> <interval>
|
.B logpurge <age> <interval>
|
||||||
Specify the maximum age for log entries to be retained in the database,
|
Specify the maximum age for log entries to be retained in the database,
|
||||||
and how often to scan the database for old entries. Both the
|
and how often to scan the database for old entries. Both the
|
||||||
@ -94,6 +99,7 @@ succeed or not. The default is FALSE.
|
|||||||
overlay accesslog
|
overlay accesslog
|
||||||
logdb cn=log
|
logdb cn=log
|
||||||
logops writes reads
|
logops writes reads
|
||||||
|
logfilter (objectclass=person)
|
||||||
.fi
|
.fi
|
||||||
|
|
||||||
.SH SCHEMA
|
.SH SCHEMA
|
||||||
@ -310,7 +316,12 @@ to its deletion. The values are formatted as
|
|||||||
attribute: value
|
attribute: value
|
||||||
.RE
|
.RE
|
||||||
.PD
|
.PD
|
||||||
This option is not yet implemented.
|
The
|
||||||
|
.B reqOld
|
||||||
|
attribute is only populated if the entry being deleted matches the filter
|
||||||
|
in the
|
||||||
|
.B logoldfilter
|
||||||
|
configuration.
|
||||||
|
|
||||||
.LP
|
.LP
|
||||||
.RS 4
|
.RS 4
|
||||||
@ -329,7 +340,12 @@ attribute, which was already described above in the Add operation. It may
|
|||||||
optionally contain the previous contents of any modified attributes in the
|
optionally contain the previous contents of any modified attributes in the
|
||||||
.B reqOld
|
.B reqOld
|
||||||
attribute, using the same format as described above for the Delete operation.
|
attribute, using the same format as described above for the Delete operation.
|
||||||
This option is not yet implemented.
|
The
|
||||||
|
.B reqOld
|
||||||
|
attribute is only populated if the entry being modified matches the filter
|
||||||
|
in the
|
||||||
|
.B logoldfilter
|
||||||
|
configuration.
|
||||||
|
|
||||||
.LP
|
.LP
|
||||||
.RS 4
|
.RS 4
|
||||||
|
Loading…
Reference in New Issue
Block a user