!!! Overview
[{$pagename}] is an [LDAPMessage] of CHOICE [Extended Request] where the [requestName] is 1.3.6.1.1.21.3 and the [requestValue] is present and contains a BER-encoded txnEndReq.
%%prettify 
{{{
txnEndReq ::= SEQUENCE {
    commit         BOOLEAN DEFAULT TRUE,
    identifier     OCTET STRING }
}}} /%

* commit=TRUE - indicates a request to commit the transaction identified by the identifier.  
* commit=FALSE indicates a request to abort the identified transaction.

!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]