From e33168dd5e030ea869d7aa3121e321001339984b Mon Sep 17 00:00:00 2001 From: gbellato <gbellato@localhost> Date: Tue, 10 Mar 2009 08:00:05 +0000 Subject: [PATCH] Fix for issue 3816 (problems with replication, to find DN when uppercase are presents in DN) --- opends/src/messages/messages/replication.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/src/messages/messages/replication.properties b/opends/src/messages/messages/replication.properties index 7d9587c..535ad59 100644 --- a/opends/src/messages/messages/replication.properties +++ b/opends/src/messages/messages/replication.properties @@ -146,7 +146,7 @@ SEVERE_ERR_INVALID_IMPORT_SOURCE_45=Invalid source for the import SEVERE_ERR_INVALID_EXPORT_TARGET_46=Invalid target for the export SEVERE_ERR_NO_REACHABLE_PEER_IN_THE_DOMAIN_47=No reachable peer in the domain -SEVERE_ERR_NO_MATCHING_DOMAIN_48=No domain matches the base DN provided +SEVERE_ERR_NO_MATCHING_DOMAIN_48=No domain matches the provided base DN '%s' SEVERE_ERR_MULTIPLE_MATCHING_DOMAIN_49=Multiple domains match the base DN \ provided SEVERE_ERR_INVALID_PROVIDER_50=The provider class does not allow the \ -- Gitblit v1.10.0