From a4c06f0ebb7174c2f82bbf213897e839b20f040a Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Mon, 03 Nov 2008 07:58:00 +0000 Subject: [PATCH] Fix for issue 3552 (dsreplication enable is missing the encryption arguments) --- opends/src/messages/messages/admin_tool.properties | 14 -------------- 1 files changed, 0 insertions(+), 14 deletions(-) diff --git a/opends/src/messages/messages/admin_tool.properties b/opends/src/messages/messages/admin_tool.properties index d4199fa..e8c9b7f 100644 --- a/opends/src/messages/messages/admin_tool.properties +++ b/opends/src/messages/messages/admin_tool.properties @@ -401,10 +401,6 @@ containing the password to use to bind to the first server whose contents \ will be replicated. If no bind DN was specified for the first server the \ password of the global administrator will be used to bind -INFO_DESCRIPTION_ENABLE_REPLICATION_USE_SSL1=Use SSL for secure \ - communication with the first server -INFO_DESCRIPTION_ENABLE_REPLICATION_STARTTLS1=Use StartTLS to secure \ - communication with the first server INFO_DESCRIPTION_ENABLE_REPLICATION_PORT1=Port that will be used by \ the replication mechanism in the first server to communicate with the other \ servers. You have to specify this option only if replication was not \ @@ -436,8 +432,6 @@ containing the password to use to bind to the second server whose contents \ will be replicated. If no bind DN was specified for the second server the \ password of the global administrator will be used to bind -INFO_DESCRIPTION_ENABLE_REPLICATION_USE_SSL2=Use SSL for secure \ - communication with the second server INFO_DESCRIPTION_ENABLE_REPLICATION_PORT2=Port that will be used \ by the replication mechanism in the second server to communicate with the \ other servers. You have to specify this option only if replication was not \ @@ -466,19 +460,11 @@ INFO_DESCRIPTION_INITIALIZE_REPLICATION_SERVER_PORT_SOURCE=Directory \ server administration port number of the source server whose contents will be used to \ initialize the destination server -INFO_DESCRIPTION_INITIALIZE_REPLICATION_USE_SSL_SOURCE=Use SSL for secure \ - communication with the source server -INFO_DESCRIPTION_INITIALIZE_REPLICATION_STARTTLS_SOURCE=Use StartTLS to \ - secure communication with the source server INFO_DESCRIPTION_INITIALIZE_REPLICATION_HOST_DESTINATION=Directory server \ hostname or IP address of the destination server whose contents will be \ initialized INFO_DESCRIPTION_INITIALIZE_REPLICATION_SERVER_PORT_DESTINATION=Directory \ server administration port number of the destination server whose contents will be initialized -INFO_DESCRIPTION_INITIALIZE_REPLICATION_USE_SSL_DESTINATION=Use SSL for \ - secure communication with the destination server -INFO_DESCRIPTION_INITIALIZE_REPLICATION_STARTTLS_DESTINATION=Use \ - StartTLS to secure communication with the destination server INFO_DESCRIPTION_EXTERNAL_INITIALIZATION_LOCAL=Use this option when the \ contents of only the specified directory server will be initialized with an \ external method (import-ldif command or binary copy) -- Gitblit v1.10.0