From ae2eca904bee546f41d08ff69b2a1f1bbc2c5cc2 Mon Sep 17 00:00:00 2001
From: Violette Roche-Montane <violette.roche-montane@forgerock.com>
Date: Fri, 04 Apr 2014 13:06:54 +0000
Subject: [PATCH] Checkpoint for OPENDJ-1303 "opendj-cli" - Added messages in order to decouple LDAPConnectionConsoleInteraction to dsconfig server package. - Added to Utils the getHostNameForLdapUrl (from ConnectionUtils)

---
 opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties b/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties
index c54e16c..3dfc2eb 100755
--- a/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties
+++ b/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties
@@ -950,4 +950,13 @@
  because you are connected to a server pretending to be %s:%s.\n\
  Before accepting this certificate, you should examine the server's \
  certificate carefully.
+ERR_ERROR_CANNOT_READ_CONNECTION_PARAMETERS=The connection \
+ parameters could not be read due to the following error: %s
+ERR_ERROR_NO_ADMIN_PASSWORD=No password was specified for \
+ administrator "%s"
+ERR_ERROR_BIND_PASSWORD_NONINTERACTIVE=The LDAP bind \
+ password was not specified and cannot be read interactively
+ERR_ERROR_INCOMPATIBLE_PROPERTY_MOD=The property \
+ modification "%s" is incompatible with another modification to the same \
+ property
  
\ No newline at end of file

--
Gitblit v1.10.0