From 67c267057eee1bffabc2fb40ed88dc00f6d20150 Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Fri, 09 Nov 2007 09:16:53 +0000 Subject: [PATCH] Be explicit about the fact that we require a fully qualified name of the host name in the dsreplication usage. --- opendj-sdk/opends/src/messages/messages/admin_tool.properties | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/admin_tool.properties b/opendj-sdk/opends/src/messages/messages/admin_tool.properties index c2f9c3a..f21a510 100644 --- a/opendj-sdk/opends/src/messages/messages/admin_tool.properties +++ b/opendj-sdk/opends/src/messages/messages/admin_tool.properties @@ -389,8 +389,8 @@ INFO_UNINSTALLDS_DESCRIPTION_REMOVE_LDIF_FILES=Remove LDIF files INFO_DESCRIPTION_ADMIN_UID=Specifies the User ID of the Global Administrator \ to use to bind to the server -INFO_DESCRIPTION_ENABLE_REPLICATION_HOST1=Directory server hostname or IP \ - address of the first server whose contents will be replicated +INFO_DESCRIPTION_ENABLE_REPLICATION_HOST1=Fully qualified directory server \ + host name or IP address of the first server whose contents will be replicated INFO_DESCRIPTION_ENABLE_REPLICATION_SERVER_PORT1=Directory server port \ number of the first server whose contents will be replicated INFO_DESCRIPTION_ENABLE_REPLICATION_BINDDN1=Specifies the DN to use to \ @@ -416,8 +416,8 @@ communication through the replication port of the first server is encrypted \ or not. This option will only be taken into account the first time \ replication is configured on the first server. -INFO_DESCRIPTION_ENABLE_REPLICATION_HOST2=Directory server hostname or IP \ - address of the second server whose contents will be replicated +INFO_DESCRIPTION_ENABLE_REPLICATION_HOST2=Fully qualified directory server \ + host name or IP address of the second server whose contents will be replicated INFO_DESCRIPTION_ENABLE_REPLICATION_SERVER_PORT2=Directory server port \ number of the second server whose contents will be replicated INFO_DESCRIPTION_ENABLE_REPLICATION_BINDDN2=Specifies the DN to use to \ -- Gitblit v1.10.0