mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
31.19.2007 4bd48ff173eb3d768194863518c0f8d5ea33f71a
Fix for issue 2200.

Be more explicit in the confirmation message about the fact that the authentication is only required if there are other servers replicating data. Be also explicit about the fact that clicking on 'No' in this dialog does not cancel the uninstall.
1 files modified
42 ■■■■■ changed files
opends/src/messages/messages/admin_tool.properties 42 ●●●●● patch | view | raw | blame | history
opends/src/messages/messages/admin_tool.properties
@@ -93,15 +93,20 @@
SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED=You must select something \
 to be uninstalled.
INFO_CLI_UNINSTALL_SERVER_STOPPED=The Server is Stopped.
INFO_CLI_UNINSTALL_CONFIRM_UPDATE_REMOTE=This server is configured \
to do replication.  In order to remove references to this server in other \
OpenDS servers you must provide administrator authentication.  Do you want to \
provide authentication to remove the remote references?
INFO_CLI_UNINSTALL_CONFIRM_UPDATE_REMOTE_AND_START=This server is configured \
to do replication.  In order to remove references to this server in other \
OpenDS servers the server must be started and then you must provide \
administrator authentication.  Do you want to start the server and then \
provide authentication to remove the remote references?
INFO_CLI_UNINSTALL_CONFIRM_UPDATE_REMOTE=This server is configured to do \
 replication.%nIf the server is actually replicating contents with other \
 servers you must provide administrator authentication to remove \
 references to this server in the replicating OpenDS servers.%n%nType 'Yes' to \
 provide authentication to remove the remote references.%nType 'No' to \
 continue the uninstall without updating remote references.%nProvide \
 authentication?
INFO_CLI_UNINSTALL_CONFIRM_UPDATE_REMOTE_AND_START=This server is \
 configured to do replication.%nIf the server is actually replicating contents \
 with other servers it must be started and you must provide administrator \
 authentication to remove references to this server in the replicating OpenDS \
 servers.%n%nType 'Yes' to start the server and then provide authentication \
 to remove the remote references.%nType 'No' to continue the uninstall without \
 updating remote references.%nStart the server and provide authentication?
INFO_UNINSTALL_CLI_REFERENCED_HOSTNAME_PROMPT=The name of this host (or IP \
address) as it is referenced in remote servers for replication
INFO_UNINSTALL_CONFIRM_PROVIDE_AUTHENTICATION_AGAIN=Do you want to provide \
@@ -140,17 +145,20 @@
 system. If all are selected, the server will be removed entirely.
INFO_CONFIRM_UNINSTALL_PANEL_TITLE=Uninstall Options
INFO_CONFIRM_UNINSTALL_REPLICATION_SERVER_NOT_RUNNING_MSG=This server is \
 configured to do replication.%nIn order to remove references to this server \
 in other OpenDS servers the server will be started and then you must provide \
 administrator authentication.%n%nClick on 'Yes' to start the server and then \
 provide authentication to remove the remote references.
 configured to do replication.%nIf the server is actually replicating contents \
 with other servers it must be started and then you must provide \
 administrator authentication to remove references to this server \
 in the replicating OpenDS servers.%n%nClick on 'Yes' to start the server and \
 then provide authentication to remove the remote references.%nClick on 'No' \
 to continue the uninstall without updating remote references.
INFO_CONFIRM_UNINSTALL_REPLICATION_SERVER_NOT_RUNNING_TITLE=Confirmation \
 Required
INFO_CONFIRM_UNINSTALL_REPLICATION_SERVER_RUNNING_MSG=This server is \
 configured to do replication.%nIn order to remove references to this server \
 in other OpenDS servers you must provide administrator \
 authentication.%n%nClick on 'Yes' to provide authentication to remove the \
 remote references.
 configured to do replication.%nIf the server is actually replicating contents \
 with other servers you must provide administrator authentication to remove \
 references to this server in the replicating OpenDS servers.%n%nClick on \
 'Yes' to provide authentication to remove the remote references.%nClick on \
 'No' to continue the uninstall without updating remote references.
INFO_CONFIRM_UNINSTALL_REPLICATION_SERVER_RUNNING_TITLE=Confirmation Required
INFO_CONFIRM_UNINSTALL_SERVER_NOT_RUNNING_MSG=Confirm Uninstall%nAll selected \
 files will be permanently deleted, are you sure you want to continue?