From 2f9f867e65cb1e6aab842cde5133dfa557654641 Mon Sep 17 00:00:00 2001 From: coulbeck <coulbeck@localhost> Date: Wed, 05 Sep 2007 19:44:39 +0000 Subject: [PATCH] Enable replication session authentication. - Adds a thread to synchronize the server instance certificates from the admin data branch to the local trust store backend. - Replaces the blind trust managers in the replication session with trust managers that use the local trust store. --- opendj-sdk/opends/src/messages/messages/backend.properties | 17 +++++++++-------- 1 files changed, 9 insertions(+), 8 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/backend.properties b/opendj-sdk/opends/src/messages/messages/backend.properties index 00aee65..1073a7a 100644 --- a/opendj-sdk/opends/src/messages/messages/backend.properties +++ b/opendj-sdk/opends/src/messages/messages/backend.properties @@ -877,9 +877,8 @@ SEVERE_ERR_TRUSTSTORE_DN_DOES_NOT_SPECIFY_CERTIFICATE_302=Unable to process \ entry %s in the trust store backend because the requested DN is one level \ below the base DN but does not specify a certificate name -SEVERE_ERR_TRUSTSTORE_INVALID_CERTIFICATE_303=Unable to retrieve entry %s \ - from the trust store backend because the requested certificate is invalid: \ - %s +SEVERE_ERR_TRUSTSTORE_CANNOT_RETRIEVE_CERT_303=Error while trying to retrieve \ + certificate %s from the trust store file %s: %s SEVERE_ERR_TRUSTSTORE_MODIFY_NOT_SUPPORTED_304=Modify operations are not \ supported in the trust store backend SEVERE_ERR_TRUSTSTORE_MODIFY_DN_NOT_SUPPORTED_305=Modify DN operations are not \ @@ -897,10 +896,9 @@ SEVERE_ERR_TRUSTSTORE_INVALID_TYPE_310=The trust store type %s \ specified in attribute ds-cfg-trust-store-type of configuration entry %s is \ not valid: %s -SEVERE_ERR_TRUSTSTORE_PIN_NO_SUCH_FILE_311=File %s specified in \ - attribute ds-cfg-trust-store-pin-file of configuration entry %s should \ - contain the PIN needed to access the trust store, but this file \ - does not exist +SEVERE_ERR_TRUSTSTORE_PIN_FILE_CANNOT_CREATE_311=An error occurred while \ + trying to create the PIN file %s specified in attribute \ + ds-cfg-trust-store-pin-file of configuration entry %s SEVERE_ERR_TRUSTSTORE_PIN_FILE_CANNOT_READ_312=An error occurred while \ trying to read the trust store PIN from file %s specified in configuration \ attribute ds-cfg-trust-store-pin-file of configuration entry %s: %s @@ -962,4 +960,7 @@ replace the value of the ds-task-state attribute with "cancel" INFO_TASKBE_RUNNING_TASK_CANCELLED_336=Task processing was interrupted by a \ modify request to cancel the task - +SEVERE_ERR_TRUSTSTORE_CANNOT_DELETE_CERT_337=Error while trying to delete \ + certificate %s from the trust store file %s: %s +SEVERE_ERR_TRUSTSTORE_CERTIFICATE_NOT_FOUND_338=Unable to retrieve entry %s \ + from the trust store backend because the certificate %s does not exist -- Gitblit v1.10.0