This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 34 lines
!!! Overview
[{$pagename}]is an [LDAPMessage] sent in response to an [End Transaction Request].
[{$pagename}] [responseName] is absent.
The [responseValue] when present contains a BER-encoded txnEndRes.
%%prettify
{{{
txnEndRes ::= SEQUENCE {
messageID MessageID OPTIONAL,
-- msgid associated with non-success resultCode
updatesControls SEQUENCE OF updateControls SEQUENCE {
messageID MessageID,
-- msgid associated with controls
controls Controls
} OPTIONAL
}
}}} /%
where [MessageID] and Controls are as specified in [RFC 4511]
* txnEndRes.messageID provides the message id of the update request associated with a non-success response.
* txnEndRes.messageID is absent when resultCode of the End Transaction Response is success (0).
The txnEndRes.updatesControls provides a facility for returning response controls that normally (i.e., in the absence of transactions) would be returned in an update response. The updateControls.messageID provides the message id of the update
request associated with the response controls provided in updateControls.controls.
The txnEndRes.updatesControls is absent when there are no update response controls to return.
If both txnEndRes.messageID and txnEndRes.updatesControl are absent, the responseValue of the End Transaction Response is absent.
!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]