Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC5805 Lightweight Directory Access Protocol (LDAP) Transactions #462

Open
vharseko opened this issue Jan 15, 2025 · 0 comments
Open

RFC5805 Lightweight Directory Access Protocol (LDAP) Transactions #462

vharseko opened this issue Jan 15, 2025 · 0 comments
Assignees

Comments

@vharseko
Copy link
Member

RFC5805 Lightweight Directory Access Protocol (LDAP) Transactions

This document extends the Lightweight Directory Access Protocol (LDAP) RFC4510 to allow clients to relate a number of update operations RFC4511 and have them performed as one unit of interaction, a transaction. As with distinct update operations, each transaction has atomic, consistency, isolation, and durability (ACID) properties.

This extension consists of two extended operations, one control, and one unsolicited notification message. The Start Transaction operation is used to obtain a transaction identifier. This identifier is then attached to multiple update operations to indicate that they belong to the transaction using the Transaction Specification control. The End Transaction is used to settle (commit or abort) the transaction. The Aborted Transaction Notice is provided by the server to notify the client that the server is no longer willing or able to process an outstanding transaction.

@vharseko vharseko self-assigned this Jan 15, 2025
vharseko added a commit to vharseko/OpenDJ that referenced this issue Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant