LastModPluginCfgDefn.properties revision b1dce270ec218b8ad86ce6d745d295da038a5c88
ac4e70ff8955669341f435bc0a734a17c01af124Mark Andrewsuser-friendly-name=Last Mod Plugin
885f47576842cf3c569315b9a48bd9f0ca03f203Automatic Updateruser-friendly-plural-name=Last Mod Plugins
71bd43eebd9d6e42dbcae62b730f5b6508d5acd8Automatic Updatersynopsis=The Last Mod Plugin is used to ensure that the creatorsName and createTimestamp attributes are included in an entry whenever it is added to the server and also to ensure that the modifiersName and modifyTimestamp attributes are updated whenever an entry is modified or renamed.
59528addd704f8d5757b54e540520f74e588a7c7Automatic Updaterdescription=This behavior is described in RFC 4512. The implementation for the LastMod plugin is contained in the org.opends.server.plugins.LastModPlugin class. It must be configured with the preOperationAdd, preOperationModify, and preOperationModifyDN plugin types, but it does not have any other custom configuration.
59528addd704f8d5757b54e540520f74e588a7c7Automatic Updaterproperty.enabled.synopsis=Indicates whether the plug-in is enabled for use.
2bb3422dc683c013db7042f5736240de6b86f182Automatic Updaterproperty.invoke-for-internal-operations.synopsis=Indicates whether the plug-in should be invoked for internal operations.
7b67cfadd077feb0ec3e6c78385ba0d845a9789bMark Andrewsproperty.invoke-for-internal-operations.description=Any plug-in that can be invoked for internal operations must ensure that it does not create any new internal operatons that can cause the same plug-in to be re-invoked.
75b70a68aefaa17ac4e768d5ed85d2f50d471490Automatic Updaterproperty.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the plug-in implementation.
59528addd704f8d5757b54e540520f74e588a7c7Automatic Updaterproperty.plugin-type.synopsis=Specifies the set of plug-in types for the plug-in, which specifies the times at which the plug-in is invoked.
bb93c8542756719b53096b9939e4041d0966026fAutomatic Updaterproperty.plugin-type.syntax.enumeration.value.intermediateresponse.synopsis=Invoked before sending an intermediate repsonse message to the client.
90ff38a0d8deaf5f9c2aa5916d99b2e572d28738Automatic Updaterproperty.plugin-type.syntax.enumeration.value.ldifexport.synopsis=Invoked for each operation to be written during an LDIF export.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellingtonproperty.plugin-type.syntax.enumeration.value.ldifimport.synopsis=Invoked for each entry read during an LDIF import.
ac4e70ff8955669341f435bc0a734a17c01af124Mark Andrewsproperty.plugin-type.syntax.enumeration.value.ldifimportbegin.synopsis=Invoked at the beginning of an LDIF import session.
6c6a121295b30772cbf3dd75a51fb9d883051a0eAutomatic Updaterproperty.plugin-type.syntax.enumeration.value.ldifimportend.synopsis=Invoked at the end of an LDIF import session.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellingtonproperty.plugin-type.syntax.enumeration.value.postconnect.synopsis=Invoked whenever a new connection is established to the server.
ce9cad6bb04869c5e94d9dc721032b25117f9210Automatic Updaterproperty.plugin-type.syntax.enumeration.value.postdisconnect.synopsis=Invoked whenever an existing connection is terminated (by either the client or the server).
bc0a53583d92309bebcf93c408e2f3247ebd3d3cAutomatic Updaterproperty.plugin-type.syntax.enumeration.value.postoperationabandon.synopsis=Invoked after completing the abandon processing.
56874aef380a64a2c183b7c282c3e7a361d67fa1Automatic Updaterproperty.plugin-type.syntax.enumeration.value.postoperationadd.synopsis=Invoked after completing the core add processing but before sending the response to the client.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrewsproperty.plugin-type.syntax.enumeration.value.postoperationbind.synopsis=Invoked after completing the core bind processing but before sending the response to the client.
96713299d08c0735c18ebe8772dd2cc1ecd4356aAutomatic Updaterproperty.plugin-type.syntax.enumeration.value.postoperationcompare.synopsis=Invoked after completing the core compare processing but before sending the response to the client.
4b2cb1422c7c600fbc13b1cb06a8b4693bc11af8Mark Andrewsproperty.plugin-type.syntax.enumeration.value.postoperationdelete.synopsis=Invoked after completing the core delete processing but before sending the response to the client.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrewsproperty.plugin-type.syntax.enumeration.value.postoperationextended.synopsis=Invoked after completing the core extended processing but before sending the response to the client.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrewsproperty.plugin-type.syntax.enumeration.value.postoperationmodify.synopsis=Invoked after completing the core modify processing but before sending the response to the client.
96713299d08c0735c18ebe8772dd2cc1ecd4356aAutomatic Updaterproperty.plugin-type.syntax.enumeration.value.postoperationmodifydn.synopsis=Invoked after completing the core modify DN processing but before sending the response to the client.
80faf1588895fd26490f82f95a7a1b771df1c324Automatic Updaterproperty.plugin-type.syntax.enumeration.value.postoperationsearch.synopsis=Invoked after completing the core search processing but before sending the response to the client.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrewsproperty.plugin-type.syntax.enumeration.value.postoperationunbind.synopsis=Invoked after completing the unbind processing.
efb0e886f18894a1d2489f1ad74ad14b579e11c7Mark Andrewsproperty.plugin-type.syntax.enumeration.value.postresponseadd.synopsis=Invoked after sending the add response to the client.
efb0e886f18894a1d2489f1ad74ad14b579e11c7Mark Andrewsproperty.plugin-type.syntax.enumeration.value.postresponsebind.synopsis=Invoked after sending the bind response to the client.
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrewsproperty.plugin-type.syntax.enumeration.value.postresponsecompare.synopsis=Invoked after sending the compare response to the client.
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafssonproperty.plugin-type.syntax.enumeration.value.postresponsedelete.synopsis=Invoked after sending the delete response to the client.
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrewsproperty.plugin-type.syntax.enumeration.value.postresponseextended.synopsis=Invoked after sending the extended response to the client.
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrewsproperty.plugin-type.syntax.enumeration.value.postresponsemodify.synopsis=Invoked after sending the modify response to the client.
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafssonproperty.plugin-type.syntax.enumeration.value.postresponsemodifydn.synopsis=Invoked after sending the modify DN response to the client.
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrewsproperty.plugin-type.syntax.enumeration.value.postresponsesearch.synopsis=Invoked after sending the search result done message to the client.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellingtonproperty.plugin-type.syntax.enumeration.value.postsynchronizationadd.synopsis=Invoked after completing post-synchronization processing for an add operation.
ce9cad6bb04869c5e94d9dc721032b25117f9210Automatic Updaterproperty.plugin-type.syntax.enumeration.value.postsynchronizationdelete.synopsis=Invoked after completing post-synchronization processing for a delete operation.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrewsproperty.plugin-type.syntax.enumeration.value.postsynchronizationmodify.synopsis=Invoked after completing post-synchronization processing for a modify operation.
59528addd704f8d5757b54e540520f74e588a7c7Automatic Updaterproperty.plugin-type.syntax.enumeration.value.postsynchronizationmodifydn.synopsis=Invoked after completing post-synchronization processing for a modify DN operation.
80faf1588895fd26490f82f95a7a1b771df1c324Automatic Updaterproperty.plugin-type.syntax.enumeration.value.preoperationadd.synopsis=Invoked prior to performing the core add processing.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrewsproperty.plugin-type.syntax.enumeration.value.preoperationbind.synopsis=Invoked prior to performing the core bind processing.
59528addd704f8d5757b54e540520f74e588a7c7Automatic Updaterproperty.plugin-type.syntax.enumeration.value.preoperationcompare.synopsis=Invoked prior to performing the core compare processing.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrewsproperty.plugin-type.syntax.enumeration.value.preoperationdelete.synopsis=Invoked prior to performing the core delete processing.
3098364bcdd7a719fbafa5fc8d2cc9e90e5a5989Automatic Updaterproperty.plugin-type.syntax.enumeration.value.preoperationextended.synopsis=Invoked prior to performing the core extended processing.
80faf1588895fd26490f82f95a7a1b771df1c324Automatic Updaterproperty.plugin-type.syntax.enumeration.value.preoperationmodify.synopsis=Invoked prior to performing the core modify processing.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrewsproperty.plugin-type.syntax.enumeration.value.preoperationmodifydn.synopsis=Invoked prior to performing the core modify DN processing.
ca904804e43f663f08eb1ac9d6d617930b9a3cd3Automatic Updaterproperty.plugin-type.syntax.enumeration.value.preoperationsearch.synopsis=Invoked prior to performing the core search processing.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrewsproperty.plugin-type.syntax.enumeration.value.preparseabandon.synopsis=Invoked prior to parsing an abandon request.
c0b771f68361b073388b85a689c12cbe502880eeAutomatic Updaterproperty.plugin-type.syntax.enumeration.value.preparseadd.synopsis=Invoked prior to parsing an add request.
4b2cb1422c7c600fbc13b1cb06a8b4693bc11af8Mark Andrewsproperty.plugin-type.syntax.enumeration.value.preparsebind.synopsis=Invoked prior to parsing a bind request.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrewsproperty.plugin-type.syntax.enumeration.value.preparsecompare.synopsis=Invoked prior to parsing a compare request.
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrewsproperty.plugin-type.syntax.enumeration.value.preparsedelete.synopsis=Invoked prior to parsing a delete request.
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafssonproperty.plugin-type.syntax.enumeration.value.preparseextended.synopsis=Invoked prior to parsing an extended request.
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrewsproperty.plugin-type.syntax.enumeration.value.preparsemodify.synopsis=Invoked prior to parsing a modify request.
efb0e886f18894a1d2489f1ad74ad14b579e11c7Mark Andrewsproperty.plugin-type.syntax.enumeration.value.preparsemodifydn.synopsis=Invoked prior to parsing a modify DN request.
efb0e886f18894a1d2489f1ad74ad14b579e11c7Mark Andrewsproperty.plugin-type.syntax.enumeration.value.preparsesearch.synopsis=Invoked prior to parsing a search request.
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrewsproperty.plugin-type.syntax.enumeration.value.preparseunbind.synopsis=Invoked prior to parsing an unbind request.
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafssonproperty.plugin-type.syntax.enumeration.value.searchresultentry.synopsis=Invoked before sending a search result entry to the client.
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrewsproperty.plugin-type.syntax.enumeration.value.searchresultreference.synopsis=Invoked before sending a search result reference to the client.
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrewsproperty.plugin-type.syntax.enumeration.value.shutdown.synopsis=Invoked during a graceful directory server shutdown.
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafssonproperty.plugin-type.syntax.enumeration.value.startup.synopsis=Invoked during the directory server startup process.
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrewsproperty.plugin-type.syntax.enumeration.value.subordinatedelete.synopsis=Invoked in the course of deleting a subordinate entry of a delete operation.
d145b64cacc8d9cda51f9924ec70cd4661c3e2cfAutomatic Updaterproperty.plugin-type.syntax.enumeration.value.subordinatemodifydn.synopsis=Invoked in the course of moving or renaming an entry subordinate to the target of a modify DN operation.