From 29d0d48e8a43a1502689b197c423344592f90fde Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 23 Feb 2011 03:13:56 +0000 Subject: [PATCH] ITS#6815 logbase keyword --- doc/man/man5/slapo-accesslog.5 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/man/man5/slapo-accesslog.5 b/doc/man/man5/slapo-accesslog.5 index 1d8e87f285..488088a5d2 100644 --- a/doc/man/man5/slapo-accesslog.5 +++ b/doc/man/man5/slapo-accesslog.5 @@ -50,6 +50,13 @@ abandon, bind, unbind all operations .RE .TP +.B logbase +Specify a set of operations that will only be logged if they occur under +a specific subtree of the database. The operation types are as above for +the +.B logops +setting, and delimited by a '|' character. +.TP .B logold Specify a filter for matching against Deleted and Modified entries. If the entry matches the filter, the old contents of the entry will be @@ -101,6 +108,7 @@ succeed or not. The default is FALSE. overlay accesslog logdb cn=log logops writes reads + logbase search|compare ou=testing,dc=example,dc=com logold (objectclass=person) database bdb -- 2.39.5