]> git.sur5r.net Git - openldap/blobdiff - doc/man/man5/slapo-accesslog.5
Happy New Year
[openldap] / doc / man / man5 / slapo-accesslog.5
index 6db7d100234dec268c3ff4ea8cbc2717e474ea4d..431174878d1392061931d3cbbe20b0b649048ed3 100644 (file)
@@ -1,5 +1,5 @@
 .TH SLAPO-ACCESSLOG 5 "RELEASEDATE" "OpenLDAP LDVERSION"
-.\" Copyright 2005-2012 The OpenLDAP Foundation All Rights Reserved.
+.\" Copyright 2005-2018 The OpenLDAP Foundation All Rights Reserved.
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .\" $OpenLDAP$
 .SH NAME
@@ -102,7 +102,7 @@ succeed or not. The default is FALSE.
 .SH EXAMPLES
 .LP
 .nf
-       database bdb
+       database mdb
        suffix dc=example,dc=com
        \...
        overlay accesslog
@@ -111,7 +111,7 @@ succeed or not. The default is FALSE.
        logbase search|compare ou=testing,dc=example,dc=com
        logold (objectclass=person)
 
-       database bdb
+       database mdb
        suffix cn=log
        \...
        index reqStart eq
@@ -157,7 +157,7 @@ class is as follows:
     SUP top STRUCTURAL
     MUST ( reqStart $ reqType $ reqSession )
     MAY ( reqDN $ reqAuthzID $ reqControls $ reqRespControls $
-        reqEnd $ reqResult $ reqMessage $ reqReferral ) )
+        reqEnd $ reqResult $ reqMessage $ reqReferral $ reqEntryUUID ) )
 .RE
 .P
 Note that all of the OIDs used in the logging schema currently reside
@@ -225,6 +225,11 @@ The
 attribute carries any referrals that were returned with the result of the
 request.
 
+The
+.B reqEntryUUID
+attribute records the entryUUID attribute of the entry operated on, for an Add
+request, this is the entryUUID of the newly created entry.
+
 Operation-specific classes are defined with additional attributes to carry
 all of the relevant parameters associated with the operation: