From 1735326f04db3fd21b50ef3cf3949ccc135c538f Mon Sep 17 00:00:00 2001 From: kenneth_suter <kenneth_suter@localhost> Date: Fri, 07 Sep 2007 18:38:05 +0000 Subject: [PATCH] separated CLI code from context creation for reuse --- opends/src/messages/messages/utility.properties | 29 ++++++++++++++++++++++++++++- 1 files changed, 28 insertions(+), 1 deletions(-) diff --git a/opends/src/messages/messages/utility.properties b/opends/src/messages/messages/utility.properties index 6c2799c..8a597ba 100644 --- a/opends/src/messages/messages/utility.properties +++ b/opends/src/messages/messages/utility.properties @@ -503,4 +503,31 @@ it was rejected by a plugin SEVERE_ERR_LDIF_REJECTED_BY_PLUGIN_225=Rejecting entry %s because it was \ rejected by a plugin: %s - +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_TRUSTSTORE_PATH_230=Truststore path: +INFO_LDAP_CONN_PROMPT_SECURITY_TRUSTSTORE_PASSWORD_231=Password for \ + truststore '%s': +INFO_LDAP_CONN_PROMPT_SECURITY_KEYSTORE_NEEDED_232=Do you want to perform \ + secure authentication (client side authentication)? +INFO_LDAP_CONN_PROMPT_SECURITY_KEYSTORE_PATH_233=Keystore path: +INFO_LDAP_CONN_PROMPT_SECURITY_KEYSTORE_PASSWORD_234=Password for keystore \ + '%s': +INFO_LDAP_CONN_PROMPT_SECURITY_CERTIFICATE_NAME_235=Certificate nickname: +INFO_LDAP_CONN_HEADING_CONNECTION_PARAMETERS_236=>>>> Specify OpenDS LDAP \ + connection parameters +SEVERE_ERR_LDAP_CONN_BAD_HOST_NAME_237=The hostname "%s" could not be \ + resolved. Please check you have have the correct address +SEVERE_ERR_LDAP_CONN_BAD_PORT_NUMBER_238=Invalid port number "%s". Please \ + enter a valid port number between 1 and 65535 +INFO_LDAP_CONN_PROMPT_HOST_NAME_239=Directory server hostname or IP address \ + [%s]: +INFO_LDAP_CONN_PROMPT_PORT_NUMBER_240=Directory server port number [%d]: +INFO_LDAP_CONN_PROMPT_BIND_DN_241=Administrator user bind DN [%s]: +INFO_LDAP_CONN_PROMPT_SECURITY_USE_SECURE_CTX_242=How do you want to connect? +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 -- Gitblit v1.10.0