From 42afbbfc8b43826621b6bb8b719b23c33f58bda6 Mon Sep 17 00:00:00 2001 From: lutoff <lutoff@localhost> Date: Thu, 06 Sep 2007 12:55:04 +0000 Subject: [PATCH] - typo in the code. ( "StartTLS" instead of "StartTSL" ) - dsconfig interactive secure connection enhancement --- opends/src/messages/messages/dsconfig.properties | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/opends/src/messages/messages/dsconfig.properties b/opends/src/messages/messages/dsconfig.properties index b14a1c0..ab7cc89 100644 --- a/opends/src/messages/messages/dsconfig.properties +++ b/opends/src/messages/messages/dsconfig.properties @@ -396,10 +396,10 @@ SEVERE_ERR_DSCFG_BAD_PORT_NUMBER_1371=Invalid port number "%s". Please enter a valid port number between 1 and 65535 INFO_DSCFG_GENERIC_TYPE_OPTION_1372=Generic %s INFO_DSCFG_HEADING_CONNECTION_PARAMETERS_1373=>>>> Specify OpenDS LDAP connection parameters -INFO_DSCFG_PROMPT_SECURITY_USE_SECURE_CTX_1374=Do you want a secure connection? -INFO_DSCFG_PROMPT_SECURITY_USE_SSL_1375=SSL -INFO_DSCFG_PROMPT_SECURITY_USE_START_TSL_1376=StartTSL -INFO_DSCFG_PROMPT_SECURITY_USE_TRUST_ALL_1377=Do you want to trust any server certificates (trustALL)? +INFO_DSCFG_PROMPT_SECURITY_USE_SECURE_CTX_1374=How do you want to connect? +INFO_DSCFG_PROMPT_SECURITY_USE_SSL_1375=LDAP with SSL +INFO_DSCFG_PROMPT_SECURITY_USE_START_TSL_1376=LDAP with StartTSL +INFO_DSCFG_PROMPT_SECURITY_USE_TRUST_ALL_1377=Do you want to automatically trust the server certificate? INFO_DSCFG_PROMPT_SECURITY_TRUSTSTORE_PATH_1378=Truststore path: INFO_DSCFG_PROMPT_SECURITY_TRUSTSTORE_PASSWORD_1379=Password for truststore '%s': INFO_DSCFG_PROMPT_SECURITY_KEYSTORE_NEEDED_1380=Do you want to perform secure authentication (client side authentication)? @@ -412,3 +412,6 @@ SEVERE_ERR_DSCFG_ERROR_DELETE_ORE_PLURAL_1387=The %s could not be deleted because of the following reasons: %s SEVERE_ERR_DSCFG_ERROR_MODIFY_ORE_SINGLE_1388=The %s could not be modified because of the following reason: %s SEVERE_ERR_DSCFG_ERROR_MODIFY_ORE_PLURAL_1389=The %s could not be modified because of the following reasons: %s +INFO_DSCFG_PROMPT_SECURITY_LDAP_1390=LDAP +INFO_DSCFG_PROMPT_SECURITY_PROTOCOL_DEFAULT_CHOICE_1391=%d +SEVERE_ERR_DSCFG_PROMPT_SECURITY_INVALID_FILE_PATH_1392=The provided path is not valid -- Gitblit v1.10.0