From 04db99d5c607be1978805c8cbbd2e63ddce9593f Mon Sep 17 00:00:00 2001 From: lutoff <lutoff@localhost> Date: Tue, 11 Sep 2007 12:50:16 +0000 Subject: [PATCH] Fix for issue #2240 --- opends/src/messages/messages/utility.properties | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) diff --git a/opends/src/messages/messages/utility.properties b/opends/src/messages/messages/utility.properties index 8a597ba..2ad99e8 100644 --- a/opends/src/messages/messages/utility.properties +++ b/opends/src/messages/messages/utility.properties @@ -506,8 +506,8 @@ INFO_LDAP_CONN_PROMPT_SECURITY_LDAP_226=LDAP INFO_LDAP_CONN_PROMPT_SECURITY_USE_SSL_227=LDAP with SSL INFO_LDAP_CONN_PROMPT_SECURITY_USE_START_TSL_228=LDAP with StartTSL -INFO_LDAP_CONN_PROMPT_SECURITY_USE_TRUST_ALL_229=Do you want to automatically \ - trust the server certificate? +INFO_LDAP_CONN_PROMPT_SECURITY_USE_TRUST_ALL_229=Automatically \ + trust INFO_LDAP_CONN_PROMPT_SECURITY_TRUSTSTORE_PATH_230=Truststore path: INFO_LDAP_CONN_PROMPT_SECURITY_TRUSTSTORE_PASSWORD_231=Password for \ truststore '%s': @@ -531,3 +531,16 @@ INFO_LDAP_CONN_PROMPT_SECURITY_PROTOCOL_DEFAULT_CHOICE_243=%d SEVERE_ERR_LDAP_CONN_PROMPT_SECURITY_INVALID_FILE_PATH_244=The provided path \ is not valid +INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_METHOD_245=How do you want to trust the server certificate? +INFO_LDAP_CONN_PROMPT_SECURITY_TRUSTSTORE_246=Use a truststore +INFO_LDAP_CONN_PROMPT_SECURITY_MANUAL_CHECK_247=Manually validate +INFO_LDAP_CONN_PROMPT_SECURITY_SERVER_CERTIFICATE_248=Server Certificate: +INFO_LDAP_CONN_SECURITY_SERVER_CERTIFICATE_249=%s +INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_OPTION_250=Do you trust this server certificate? +INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_OPTION_NO_251=No +INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_OPTION_SESSION_252=Yes, for this session only +INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_OPTION_ALWAYS_253=Yes, also add it to a truststore +INFO_LDAP_CONN_PROMPT_SECURITY_CERTIFICATE_DETAILS_254=View certificate details +INFO_LDAP_CONN_SECURITY_SERVER_CERTIFICATE_USER_DN_255 =User DN : %s +INFO_LDAP_CONN_SECURITY_SERVER_CERTIFICATE_VALIDITY_256=Validity : From '%s'%n To '%s' +INFO_LDAP_CONN_SECURITY_SERVER_CERTIFICATE_ISSUER_257 =Issuer : %s \ No newline at end of file -- Gitblit v1.10.0