From c42f15b18d5464ca62dfdf0cfa9de2e3d78bcf12 Mon Sep 17 00:00:00 2001 From: coulbeck <coulbeck@localhost> Date: Fri, 07 Sep 2007 18:08:46 +0000 Subject: [PATCH] Handle the base DN of the trust store backend properly, taking it from the configuration entry instead of hard-wiring it. --- opends/src/messages/messages/backend.properties | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/opends/src/messages/messages/backend.properties b/opends/src/messages/messages/backend.properties index 1073a7a..ce4afa7 100644 --- a/opends/src/messages/messages/backend.properties +++ b/opends/src/messages/messages/backend.properties @@ -883,9 +883,9 @@ supported in the trust store backend SEVERE_ERR_TRUSTSTORE_MODIFY_DN_NOT_SUPPORTED_305=Modify DN operations are not \ supported in the trust store backend -SEVERE_ERR_TRUSTSTORE_CANNOT_DECODE_TRUSTSTORE_ROOT_DN_306=Unable to \ - initialize the trust store backend because an error occurred while \ - attempting to decode the base DN for the backend: %s +SEVERE_ERR_TRUSTSTORE_REQUIRES_ONE_BASE_DN_306=Unable to \ + initialize the trust store backend from configuration entry %s because it \ + does not contain exactly one base DN SEVERE_ERR_TRUSTSTORE_IMPORT_AND_EXPORT_NOT_SUPPORTED_307=LDIF import and \ export operations are not supported in the trust store backend SEVERE_ERR_TRUSTSTORE_BACKUP_AND_RESTORE_NOT_SUPPORTED_308=Backup and \ -- Gitblit v1.10.0