From 4035016796f2d505d3b6885002339b8c20581ada Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ond=C5=99ej=20Kuzn=C3=ADk?= Date: Thu, 26 Oct 2017 10:08:27 +0100 Subject: [PATCH] ITS#6656 Docs for reqEntryUUID --- doc/man/man5/slapo-accesslog.5 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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: -- 2.39.5