From 5991fd9ccc2c1635668cc4b8e4bae181d09b460e Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Thu, 19 Nov 2009 23:53:25 +0000 Subject: [PATCH] Fix for issue 3551 (Consider proposing to initialize a topology when the user imports an LDIF in a replicated base DN) When the user imports a file in a backend with replicated suffixes, the possibility of initializing the whole replication topology using the replication protocol is offered to the user. --- opends/src/messages/messages/admin_tool.properties | 21 ++++++++++++++++++++- 1 files changed, 20 insertions(+), 1 deletions(-) diff --git a/opends/src/messages/messages/admin_tool.properties b/opends/src/messages/messages/admin_tool.properties index 4d3dbf6..6cd70f2 100644 --- a/opends/src/messages/messages/admin_tool.properties +++ b/opends/src/messages/messages/admin_tool.properties @@ -1788,10 +1788,29 @@ MILD_ERR_CTRL_PANEL_SKIPS_FILE_REQUIRED=You must provide a value for the \ skips file. # -# Note that the following property contains line breaks in HTML format (<br>) +# Note that the following three properties contain line breaks in HTML format +# (<br>) # INFO_CTRL_PANEL_CONFIRMATION_IMPORT_LDIF_DETAILS=All the data in backend '%s' \ will be overwritten.<br><br>Do you want to continue? +INFO_CTRL_PANEL_CONFIRMATION_INITIALIZE_ALL_DETAILS=The following base DNs are \ + replicated:<br>%s<br><br>In order replication to work, these base DNs must \ + be initialized once the import of the LDIF is finished.<br><br>Do you want to \ + initialize automatically the contents of the replicated base DNs in the \ + remote servers once the import LDIF has finished? Note that if you click \ + 'Yes' all the data in the remote server base DNs will be overwritten. +INFO_CTRL_PANEL_CONFIRMATION_INITIALIZE_ALL_AND_OVERWRITE_DETAILS=All the data \ + in backend '%s' will be overwritten.<br><br>The following base DNs are \ + replicated:<br>%s<br><br>In order replication to work, these base DNs must \ + be initialized once the import of the LDIF is finished.<br><br>You can choose \ + to initialize automatically the contents of the replicated base DNs in the \ + remote servers once the import LDIF has finished. Note that if you choose \ + to initialize all the data in the remote server base DNs will be overwritten. +INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_INITIALIZE_ALL=Equivalent command to \ + initialize remote servers: +INFO_CTRL_PANEL_CONFIRM_INITIALIZE_TITLE=Confirmation Required +INFO_CTRL_PANEL_INITIALIZE_ALL_BUTTON_LABEL=Import and Initialize +INFO_CTRL_PANEL_IMPORT_ONLY_BUTTON_LABEL=Import Only INFO_CTRL_PANEL_IMPORTING_LDIF_SUMMARY=Importing to backend '%s'... INFO_CTRL_PANEL_IMPORTING_LDIF_SUCCESSFUL_SUMMARY=Import Complete INFO_CTRL_PANEL_IMPORTING_LDIF_SUCCESSFUL_DETAILS=The import finished \ -- Gitblit v1.10.0