Overview#
End Transaction Request 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.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.