X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2Fman%2Fman5%2Fslapo-accesslog.5;h=6db7d100234dec268c3ff4ea8cbc2717e474ea4d;hb=97cf957e2903b2659febc808b66a549a43df5268;hp=947b8fefdc41bfe2fe0147ccfc70af3a29c9b5d4;hpb=4e32148ac59ba6b4f3acc79a3b782cd3556f941a;p=openldap diff --git a/doc/man/man5/slapo-accesslog.5 b/doc/man/man5/slapo-accesslog.5 index 947b8fefdc..6db7d10023 100644 --- a/doc/man/man5/slapo-accesslog.5 +++ b/doc/man/man5/slapo-accesslog.5 @@ -1,9 +1,9 @@ .TH SLAPO-ACCESSLOG 5 "RELEASEDATE" "OpenLDAP LDVERSION" -.\" Copyright 2005-2007 The OpenLDAP Foundation All Rights Reserved. +.\" Copyright 2005-2012 The OpenLDAP Foundation All Rights Reserved. .\" Copying restrictions apply. See COPYRIGHT/LICENSE. .\" $OpenLDAP$ .SH NAME -slapo-accesslog \- Access Logging overlay to slapd +slapo\-accesslog \- Access Logging overlay to slapd .SH SYNOPSIS ETCDIR/slapd.conf .SH DESCRIPTION @@ -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 @@ -256,11 +264,11 @@ performed.) The values are formatted as .RS .PD 0 .TP -attribute:<+|-|=|#> [ value] +attribute:<+|\-|=|#> [ value] .RE .RE .PD -Where '+' indicates an Add of a value, '-' for Delete, '=' for Replace, +Where '+' indicates an Add of a value, '\-' for Delete, '=' for Replace, and '#' for Increment. In an Add operation, all of the reqMod values will have the '+' designator. .P @@ -475,7 +483,8 @@ as for security/audit logging purposes. ETCDIR/slapd.conf default slapd configuration file .SH SEE ALSO -.BR slapd.conf (5). +.BR slapd.conf (5), +.BR slapd\-config (5). .SH ACKNOWLEDGEMENTS .P