| | |
| | | user-friendly-name=Entry UUID Plugin |
| | | user-friendly-plural-name=Entry UUID Plugins |
| | | synopsis=The Entry UUID Plugin generates values for the entryUUID operational attribute whenever an entry is added via protocol or imported from LDIF. |
| | | description=The entryUUID plug-in ensures that all entries added to the server, whether through an LDAP add operation or via an LDIF import, are assigned an entryUUID operational attribute if they do not already have one. The entryUUID attribute contains a universally unique identifier that can be used to identify an entry in a manner that does not change (even in the event of a modify DN operation). This plug-in generates a random UUID for entries created by an add operation, but the UUID is constructed from the DN of the entry during an LDIF import (which means that the same LDIF file can be imported on different systems but still get the same value for the entryUUID attribute). This behavior is based on the specification contained in RFC 4530. The implementation for the entry UUID plug-in is contained in the org.opends.server.plugins.EntryUUIDPlugin class. It must be configured with the preOperationAdd and ldifImport plug-in types, but it does not have any other custom configuration. This plug-in must be enabled in any directory that is intended to be used in a synchronization environment. |
| | | property.enabled.synopsis=Indicates whether the plug-in is enabled for use. |
| | | property.invoke-for-internal-operations.synopsis=Indicates whether the plug-in should be invoked for internal operations. |
| | | property.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. |
| | | property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the plug-in implementation. |
| | | property.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. |
| | | property.plugin-type.syntax.enumeration.value.intermediateresponse.synopsis=Invoked before sending an intermediate repsonse message to the client. |
| | | property.plugin-type.syntax.enumeration.value.ldifexport.synopsis=Invoked for each operation to be written during an LDIF export. |
| | | property.plugin-type.syntax.enumeration.value.ldifimport.synopsis=Invoked for each entry read during an LDIF import. |
| | | property.plugin-type.syntax.enumeration.value.postconnect.synopsis=Invoked whenever a new connection is established to the server. |
| | | property.plugin-type.syntax.enumeration.value.postdisconnect.synopsis=Invoked whenever an existing connection is terminated (by either the client or the server). |
| | | property.plugin-type.syntax.enumeration.value.postoperationabandon.synopsis=Invoked after completing the abandon processing. |
| | | property.plugin-type.syntax.enumeration.value.postoperationadd.synopsis=Invoked after completing the core add processing but before sending the response to the client. |
| | | property.plugin-type.syntax.enumeration.value.postoperationbind.synopsis=Invoked after completing the core bind processing but before sending the response to the client. |
| | | property.plugin-type.syntax.enumeration.value.postoperationcompare.synopsis=Invoked after completing the core compare processing but before sending the response to the client. |
| | | property.plugin-type.syntax.enumeration.value.postoperationdelete.synopsis=Invoked after completing the core delete processing but before sending the response to the client. |
| | | property.plugin-type.syntax.enumeration.value.postoperationextended.synopsis=Invoked after completing the core extended processing but before sending the response to the client. |
| | | property.plugin-type.syntax.enumeration.value.postoperationmodify.synopsis=Invoked after completing the core modify processing but before sending the response to the client. |
| | | property.plugin-type.syntax.enumeration.value.postoperationmodifydn.synopsis=Invoked after completing the core modify DN processing but before sending the response to the client. |
| | | property.plugin-type.syntax.enumeration.value.postoperationsearch.synopsis=Invoked after completing the core search processing but before sending the response to the client. |
| | | property.plugin-type.syntax.enumeration.value.postoperationunbind.synopsis=Invoked after completing the unbind processing. |
| | | property.plugin-type.syntax.enumeration.value.postresponseadd.synopsis=Invoked after sending the add response to the client. |
| | | property.plugin-type.syntax.enumeration.value.postresponsebind.synopsis=Invoked after sending the bind response to the client. |
| | | property.plugin-type.syntax.enumeration.value.postresponsecompare.synopsis=Invoked after sending the compare response to the client. |
| | | property.plugin-type.syntax.enumeration.value.postresponsedelete.synopsis=Invoked after sending the delete response to the client. |
| | | property.plugin-type.syntax.enumeration.value.postresponseextended.synopsis=Invoked after sending the extended response to the client. |
| | | property.plugin-type.syntax.enumeration.value.postresponsemodify.synopsis=Invoked after sending the modify response to the client. |
| | | property.plugin-type.syntax.enumeration.value.postresponsemodifydn.synopsis=Invoked after sending the modify DN response to the client. |
| | | property.plugin-type.syntax.enumeration.value.postresponsesearch.synopsis=Invoked after sending the search result done message to the client. |
| | | property.plugin-type.syntax.enumeration.value.postsynchronizationadd.synopsis=Invoked after completing post-synchronization processing for an add operation. |
| | | property.plugin-type.syntax.enumeration.value.postsynchronizationdelete.synopsis=Invoked after completing post-synchronization processing for a delete operation. |
| | | property.plugin-type.syntax.enumeration.value.postsynchronizationmodify.synopsis=Invoked after completing post-synchronization processing for a modify operation. |
| | | property.plugin-type.syntax.enumeration.value.postsynchronizationmodifydn.synopsis=Invoked after completing post-synchronization processing for a modify DN operation. |
| | | property.plugin-type.syntax.enumeration.value.preoperationadd.synopsis=Invoked prior to performing the core add processing. |
| | | property.plugin-type.syntax.enumeration.value.preoperationbind.synopsis=Invoked prior to performing the core bind processing. |
| | | property.plugin-type.syntax.enumeration.value.preoperationcompare.synopsis=Invoked prior to performing the core compare processing. |
| | | property.plugin-type.syntax.enumeration.value.preoperationdelete.synopsis=Invoked prior to performing the core delete processing. |
| | | property.plugin-type.syntax.enumeration.value.preoperationextended.synopsis=Invoked prior to performing the core extended processing. |
| | | property.plugin-type.syntax.enumeration.value.preoperationmodify.synopsis=Invoked prior to performing the core modify processing. |
| | | property.plugin-type.syntax.enumeration.value.preoperationmodifydn.synopsis=Invoked prior to performing the core modify DN processing. |
| | | property.plugin-type.syntax.enumeration.value.preoperationsearch.synopsis=Invoked prior to performing the core search processing. |
| | | property.plugin-type.syntax.enumeration.value.preparseabandon.synopsis=Invoked prior to parsing an abandon request. |
| | | property.plugin-type.syntax.enumeration.value.preparseadd.synopsis=Invoked prior to parsing an add request. |
| | | property.plugin-type.syntax.enumeration.value.preparsebind.synopsis=Invoked prior to parsing a bind request. |
| | | property.plugin-type.syntax.enumeration.value.preparsecompare.synopsis=Invoked prior to parsing a compare request. |
| | | property.plugin-type.syntax.enumeration.value.preparsedelete.synopsis=Invoked prior to parsing a delete request. |
| | | property.plugin-type.syntax.enumeration.value.preparseextended.synopsis=Invoked prior to parsing an extended request. |
| | | property.plugin-type.syntax.enumeration.value.preparsemodify.synopsis=Invoked prior to parsing a modify request. |
| | | property.plugin-type.syntax.enumeration.value.preparsemodifydn.synopsis=Invoked prior to parsing a modify DN request. |
| | | property.plugin-type.syntax.enumeration.value.preparsesearch.synopsis=Invoked prior to parsing a search request. |
| | | property.plugin-type.syntax.enumeration.value.preparseunbind.synopsis=Invoked prior to parsing an unbind request. |
| | | property.plugin-type.syntax.enumeration.value.searchresultentry.synopsis=Invoked before sending a search result entry to the client. |
| | | property.plugin-type.syntax.enumeration.value.searchresultreference.synopsis=Invoked before sending a search result reference to the client. |
| | | property.plugin-type.syntax.enumeration.value.shutdown.synopsis=Invoked during a graceful Directory Server shutdown. |
| | | property.plugin-type.syntax.enumeration.value.startup.synopsis=Invoked during the Directory Server startup process. |
| | | property.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. |
| | | user-friendly-name=Complemento UUID de entradas |
| | | user-friendly-plural-name=Complementos UUID de entradas |
| | | synopsis=El complemento UUID de entradas genera valores para el atributo operativo "entryUUID" cada vez que se agrega una entrada mediante un protocolo o una importaci\u00f3n de LDIF. |
| | | description=El complemento UUID de entradas garantiza que todas las entradas agregadas al servidor mediante una operaci\u00f3n de adici\u00f3n de LDAP o una importaci\u00f3n de LDIF se asignar\u00e1n al atributo operativo "entryUUID" si a\u00fan no tienen ninguno. El atributo "entryUUID" contiene un identificador exclusivo universal que permite identificar la entrada sin modificarla (incluso aunque se realice una operaci\u00f3n de modificaci\u00f3n de DN). Este complemento genera un UUID aleatorio para las entradas creadas mediante una operaci\u00f3n de adici\u00f3n, aunque el UUID se crea a partir del DN de la entrada durante una importaci\u00f3n de LDIF (lo que implica que el mismo archivo LDIF se puede importar en diferentes sistemas, pero, a\u00fan as\u00ed, se obtendr\u00e1 el mismo valor para el atributo "entryUUID"). Este comportamiento se basa en la especificaci\u00f3n incluida en RFC 4530. La implementaci\u00f3n del complemento UUID de entradas se incluye en la clase "org.opends.server.plugins.EntryUUIDPlugin". Debe configurarse con los tipos de complemento "preOperationAdd" y "ldifImport", pero no presenta ninguna otra configuraci\u00f3n personalizada. Este complemento debe habilitarse en cualquier directorio que se vaya a utilizar en un entorno de sincronizaci\u00f3n. |
| | | property.enabled.synopsis=Indica si el complemento se ha habilitado para su uso. |
| | | property.invoke-for-internal-operations.synopsis=Indica si debe invocarse el complemento para las operaciones internas. |
| | | property.invoke-for-internal-operations.description=Cualquier complemento que pueda invocarse para las operaciones internas debe garantizar que no se crear\u00e1 ninguna nueva operaci\u00f3n interna que pueda provocar que se vuelva a invocar el mismo complemento. |
| | | property.java-class.synopsis=Especifica el nombre completo de la clase de Java que proporciona la implementaci\u00f3n del complemento. |
| | | property.plugin-type.synopsis=Especifica el conjunto de tipos del complemento, que indica a su vez las veces que se invoca el complemento. |
| | | property.plugin-type.syntax.enumeration.value.intermediateresponse.synopsis=Se invoca este complemento antes de enviar un mensaje de respuesta intermedia al cliente. |
| | | property.plugin-type.syntax.enumeration.value.ldifexport.synopsis=Se invoca este complemento para cada operaci\u00f3n que se vaya a escribir durante una exportaci\u00f3n de LDIF. |
| | | property.plugin-type.syntax.enumeration.value.ldifimport.synopsis=Se invoca este complemento para cada lectura de entrada que se vaya a realizar durante una importaci\u00f3n de LDIF. |
| | | property.plugin-type.syntax.enumeration.value.postconnect.synopsis=Se invoca este complemento cada vez que se establezca una conexi\u00f3n nueva con el servidor. |
| | | property.plugin-type.syntax.enumeration.value.postdisconnect.synopsis=Se invoca este complemento cada vez que se finalice una conexi\u00f3n existente (tanto con el cliente como con el servidor). |
| | | property.plugin-type.syntax.enumeration.value.postoperationabandon.synopsis=Se invoca este complemento tras completar el procesamiento de la operaci\u00f3n de abandono. |
| | | property.plugin-type.syntax.enumeration.value.postoperationadd.synopsis=Se invoca este complemento tras completar el procesamiento central de la operaci\u00f3n de adici\u00f3n, aunque antes de enviar la respuesta al cliente. |
| | | property.plugin-type.syntax.enumeration.value.postoperationbind.synopsis=Se invoca este complemento tras completar el procesamiento central de la operaci\u00f3n de enlace, aunque antes de enviar la respuesta al cliente. |
| | | property.plugin-type.syntax.enumeration.value.postoperationcompare.synopsis=Se invoca este complemento tras completar el procesamiento central de la operaci\u00f3n de comparaci\u00f3n, aunque antes de enviar la respuesta al cliente. |
| | | property.plugin-type.syntax.enumeration.value.postoperationdelete.synopsis=Se invoca este complemento tras completar el procesamiento central de la operaci\u00f3n de eliminaci\u00f3n, aunque antes de enviar la respuesta al cliente. |
| | | property.plugin-type.syntax.enumeration.value.postoperationextended.synopsis=Se invoca este complemento tras completar el procesamiento central de la operaci\u00f3n ampliada, aunque antes de enviar la respuesta al cliente. |
| | | property.plugin-type.syntax.enumeration.value.postoperationmodify.synopsis=Se invoca este complemento tras completar el procesamiento central de la operaci\u00f3n de modificaci\u00f3n, aunque antes de enviar la respuesta al cliente. |
| | | property.plugin-type.syntax.enumeration.value.postoperationmodifydn.synopsis=Se invoca este complemento tras completar el procesamiento central de la operaci\u00f3n de modificaci\u00f3n de DN, aunque antes de enviar la respuesta al cliente. |
| | | property.plugin-type.syntax.enumeration.value.postoperationsearch.synopsis=Se invoca este complemento tras completar el procesamiento central de la operaci\u00f3n de b\u00fasqueda, aunque antes de enviar la respuesta al cliente. |
| | | property.plugin-type.syntax.enumeration.value.postoperationunbind.synopsis=Se invoca este complemento tras completar el procesamiento de la operaci\u00f3n de desenlace. |
| | | property.plugin-type.syntax.enumeration.value.postresponseadd.synopsis=Se invoca este complemento despu\u00e9s de enviar la respuesta de adici\u00f3n al cliente. |
| | | property.plugin-type.syntax.enumeration.value.postresponsebind.synopsis=Se invoca este complemento despu\u00e9s de enviar la respuesta de enlace al cliente. |
| | | property.plugin-type.syntax.enumeration.value.postresponsecompare.synopsis=Se invoca este complemento despu\u00e9s de enviar la respuesta de comparaci\u00f3n al cliente. |
| | | property.plugin-type.syntax.enumeration.value.postresponsedelete.synopsis=Se invoca este complemento despu\u00e9s de enviar la respuesta de eliminaci\u00f3n al cliente. |
| | | property.plugin-type.syntax.enumeration.value.postresponseextended.synopsis=Se invoca este complemento despu\u00e9s de enviar la respuesta de la operaci\u00f3n ampliada al cliente. |
| | | property.plugin-type.syntax.enumeration.value.postresponsemodify.synopsis=Se invoca este complemento despu\u00e9s de enviar la respuesta de modificaci\u00f3n al cliente. |
| | | property.plugin-type.syntax.enumeration.value.postresponsemodifydn.synopsis=Se invoca este complemento despu\u00e9s de enviar la respuesta de modificaci\u00f3n de DN al cliente. |
| | | property.plugin-type.syntax.enumeration.value.postresponsesearch.synopsis=Se invoca este complemento despu\u00e9s de enviar al cliente el mensaje en el que se indica la obtenci\u00f3n de los resultados de b\u00fasqueda. |
| | | property.plugin-type.syntax.enumeration.value.postsynchronizationadd.synopsis=Se invoca este complemento tras completar el procesamiento posterior a la sincronizaci\u00f3n de una operaci\u00f3n de adici\u00f3n. |
| | | property.plugin-type.syntax.enumeration.value.postsynchronizationdelete.synopsis=Se invoca este complemento tras completar el procesamiento posterior a la sincronizaci\u00f3n de una operaci\u00f3n de eliminaci\u00f3n. |
| | | property.plugin-type.syntax.enumeration.value.postsynchronizationmodify.synopsis=Se invoca este complemento tras completar el procesamiento posterior a la sincronizaci\u00f3n de una operaci\u00f3n de modificaci\u00f3n. |
| | | property.plugin-type.syntax.enumeration.value.postsynchronizationmodifydn.synopsis=Se invoca este complemento tras completar el procesamiento posterior a la sincronizaci\u00f3n de una operaci\u00f3n de modificaci\u00f3n de DN. |
| | | property.plugin-type.syntax.enumeration.value.preoperationadd.synopsis=Se invoca este complemento antes de realizar el procesamiento central de la operaci\u00f3n de adici\u00f3n. |
| | | property.plugin-type.syntax.enumeration.value.preoperationbind.synopsis=Se invoca este complemento antes de realizar el procesamiento central de la operaci\u00f3n de enlace. |
| | | property.plugin-type.syntax.enumeration.value.preoperationcompare.synopsis=Se invoca este complemento antes de realizar el procesamiento central de la operaci\u00f3n de comparaci\u00f3n. |
| | | property.plugin-type.syntax.enumeration.value.preoperationdelete.synopsis=Se invoca este complemento antes de realizar el procesamiento central de la operaci\u00f3n de eliminaci\u00f3n. |
| | | property.plugin-type.syntax.enumeration.value.preoperationextended.synopsis=Se invoca este complemento antes de realizar el procesamiento central de la operaci\u00f3n ampliada. |
| | | property.plugin-type.syntax.enumeration.value.preoperationmodify.synopsis=Se invoca este complemento antes de realizar el procesamiento central de la operaci\u00f3n de modificaci\u00f3n. |
| | | property.plugin-type.syntax.enumeration.value.preoperationmodifydn.synopsis=Se invoca este complemento antes de realizar el procesamiento central de la operaci\u00f3n de modificaci\u00f3n de DN. |
| | | property.plugin-type.syntax.enumeration.value.preoperationsearch.synopsis=Se invoca este complemento antes de realizar el procesamiento central de la operaci\u00f3n de b\u00fasqueda. |
| | | property.plugin-type.syntax.enumeration.value.preparseabandon.synopsis=Se invoca este complemento antes de analizar una solicitud de abandono. |
| | | property.plugin-type.syntax.enumeration.value.preparseadd.synopsis=Se invoca este complemento antes de analizar una solicitud de adici\u00f3n. |
| | | property.plugin-type.syntax.enumeration.value.preparsebind.synopsis=Se invoca este complemento antes de analizar una solicitud de enlace. |
| | | property.plugin-type.syntax.enumeration.value.preparsecompare.synopsis=Se invoca este complemento antes de analizar una solicitud de comparaci\u00f3n. |
| | | property.plugin-type.syntax.enumeration.value.preparsedelete.synopsis=Se invoca este complemento antes de analizar una solicitud de eliminaci\u00f3n. |
| | | property.plugin-type.syntax.enumeration.value.preparseextended.synopsis=Se invoca este complemento antes de analizar una solicitud de operaci\u00f3n ampliada. |
| | | property.plugin-type.syntax.enumeration.value.preparsemodify.synopsis=Se invoca este complemento antes de analizar una solicitud de modificaci\u00f3n. |
| | | property.plugin-type.syntax.enumeration.value.preparsemodifydn.synopsis=Se invoca este complemento antes de analizar una solicitud de modificaci\u00f3n de DN. |
| | | property.plugin-type.syntax.enumeration.value.preparsesearch.synopsis=Se invoca este complemento antes de analizar una solicitud de b\u00fasqueda. |
| | | property.plugin-type.syntax.enumeration.value.preparseunbind.synopsis=Se invoca este complemento antes de analizar una solicitud de operaci\u00f3n de desenlace. |
| | | property.plugin-type.syntax.enumeration.value.searchresultentry.synopsis=Se invoca este complemento antes de enviar una entrada de resultados de b\u00fasqueda al cliente. |
| | | property.plugin-type.syntax.enumeration.value.searchresultreference.synopsis=Se invoca este complemento antes de enviar una referencia de resultados de b\u00fasqueda al cliente. |
| | | property.plugin-type.syntax.enumeration.value.shutdown.synopsis=Se invoca este complemento durante un cierre de gracia de Directory Server. |
| | | property.plugin-type.syntax.enumeration.value.startup.synopsis=Se invoca este complemento durante el proceso de inicio de Directory Server. |
| | | property.plugin-type.syntax.enumeration.value.subordinatemodifydn.synopsis=Se invoca este complemento durante el transcurso de una operaci\u00f3n de transferencia o cambio de nombre de una entrada subordinada al destino de una operaci\u00f3n de modificaci\u00f3n de DN. |