From: Ondřej Kuzník Date: Thu, 26 Oct 2017 09:08:27 +0000 (+0100) Subject: ITS#6656 Docs for reqEntryUUID X-Git-Url: https://git.sur5r.net/?p=openldap;a=commitdiff_plain;h=4035016796f2d505d3b6885002339b8c20581ada ITS#6656 Docs for reqEntryUUID --- diff --git a/doc/man/man5/slapo-accesslog.5 b/doc/man/man5/slapo-accesslog.5 index 87732a296b..c687b95477 100644 --- a/doc/man/man5/slapo-accesslog.5 +++ b/doc/man/man5/slapo-accesslog.5 @@ -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: