From: Howard Chu Date: Thu, 27 Apr 2006 00:21:19 +0000 (+0000) Subject: Added reqOld support X-Git-Tag: OPENLDAP_REL_ENG_2_4_1ALPHA~2^2~137 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=79797e9d9e88b5b7220424cbe6577b9f91006668;p=openldap Added reqOld support --- diff --git a/doc/man/man5/slapo-accesslog.5 b/doc/man/man5/slapo-accesslog.5 index 2a28cd82a4..6f52392c71 100644 --- a/doc/man/man5/slapo-accesslog.5 +++ b/doc/man/man5/slapo-accesslog.5 @@ -49,6 +49,11 @@ abandon, bind, unbind all operations .RE .TP +.B logoldfilter +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 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 @@ -94,6 +99,7 @@ succeed or not. The default is FALSE. overlay accesslog logdb cn=log logops writes reads + logfilter (objectclass=person) .fi .SH SCHEMA @@ -310,7 +316,12 @@ to its deletion. The values are formatted as attribute: value .RE .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 .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 .B reqOld 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 .RS 4