Bug 865618

Summary: Add Pre|Post-Transaction-Operation Plug-ins
Product: Red Hat Directory Server Reporter: Noriko Hosoi <nhosoi>
Component: Doc-plugin-programming-guideAssignee: Deon Ballard <dlackey>
Status: CLOSED CURRENTRELEASE QA Contact: ecs-bugs
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 9.0CC: pspacek, rmeggins
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-07-29 20:43:43 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Noriko Hosoi 2012-10-11 22:22:53 UTC
Description of problem:



https://access.redhat.com/knowledge/docs/en-US/Red_Hat_Directory_Server/9.0/html-single/Plug-in_Guide/index.html
Chapter 64. Parameters for LDBM Backend Pre- and Post-Operation Functions

64.1. Pre-Operation Plug-ins
64.2. Post-Operation Plug-ins
64.3. Pre-Transaction-Operation Plug-ins
64.4. Post-Transaction-Operation Plug-ins

The section describes the parameters that are used with the LDBM Backend plug-in functions:

    Section 64.1, “Pre-Operation Plug-ins”
    Section 64.2, “Post-Operation Plug-ins”
    Section 64.3, “Pre-Transaction-Operation Plug-ins”
    Section 64.4, “Post-Transaction-Operation Plug-ins”

<snip>

64.3. Pre-Transaction-Operation Plug-ins
The parameters listed in this section are used with pre-transaction-operation database plug-in functions.  Changes made by these plug-ins are committed or aborted as the primary operation is committed or aborted, respectively.
Parameter ID 	Description
SLAPI_PLUGIN_BE_TXN_PRE_ADD_FN 	This function is called before a database add operation is completed within transaction.
SLAPI_PLUGIN_BE_TXN_PRE_DELETE_FN 	This function is called before a database delete operation is completed within transaction.
SLAPI_PLUGIN_BE_TXN_PRE_MODIFY_FN 	This function is called before a database modify operation is completed within transaction.
SLAPI_PLUGIN_BE_TXN_PRE_MODRDN_FN 	This function is called before a database modify RDN operation is completed within transaction.
64.4. Post-Transaction-Operation Plug-ins
The parameters listed in this section are used with post-transaction-operation database plug-in functions.  Changes made by these plug-ins are committed or aborted as the primary operation is committed or aborted, respectively.
Parameter ID 	Description
SLAPI_PLUGIN_BE_TXN_POST_ADD_FN 	This function is called after a database add operation is completed within transaction.
SLAPI_PLUGIN_BE_TXN_POST_DELETE_FN 	This function is called after a database delete operation is completed within transaction.
SLAPI_PLUGIN_BE_TXN_POST_MODIFY_FN 	This function is called after a database modify operation is completed within transaction.
SLAPI_PLUGIN_BE_TXN_POST_MODRDN_FN 	This function is called after a database modify RDN operation is completed within transaction.

Comment 2 Deon Ballard 2014-07-29 20:43:43 UTC
Mass closure of published bugs.