From 43ee6b0321260d57bbd4246088b90ea7c048e046 Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Tue, 10 Mar 2009 14:08:46 +0000
Subject: [PATCH] Fix for issue #3436 (Add quotes around the DN when dsconfig cannot connect to the server) Add quotes

---
 opends/src/messages/messages/dsconfig.properties |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/src/messages/messages/dsconfig.properties b/opends/src/messages/messages/dsconfig.properties
index 568f84d..2b7ae56 100644
--- a/opends/src/messages/messages/dsconfig.properties
+++ b/opends/src/messages/messages/dsconfig.properties
@@ -50,9 +50,9 @@
 SEVERE_ERR_DSCFG_ERROR_CANNOT_READ_CONNECTION_PARAMETERS_1000=The connection \
  parameters could not be read due to the following error: %s
 SEVERE_ERR_DSCFG_ERROR_LDAP_SIMPLE_BIND_FAILED_1001=Unable to authenticate to \
- the server as %s
+ the server as "%s"
 SEVERE_ERR_DSCFG_ERROR_LDAP_FAILED_TO_CONNECT_1002=Unable to connect to the \
- server at %s on port %s
+ server at "%s" on port %s
 SEVERE_ERR_DSCFG_ERROR_LDAP_SIMPLE_BIND_NOT_SUPPORTED_1003=Unable to \
  authenticate using simple authentication
 INFO_DSCFG_DESCRIPTION_SUBCMD_CREATE_1004=Creates %s

--
Gitblit v1.10.0