From f73b655466092169abac34833fb628fce1fcdebe Mon Sep 17 00:00:00 2001 From: jcduff <jcduff@localhost> Date: Thu, 23 Oct 2008 14:04:24 +0000 Subject: [PATCH] The commit will bring the following features : - An updated version of the underlying database. BDB JE 3.3 is now used. - Attribute API refactoring providing a better abstraction and offering improved performances. - A new GUI called the Control-Panel to replace the Status-Panel: the specifications for this GUI are available on OpenDS Wiki and contains a link to a mockup. See <https://www.opends.org/wiki/page/ControlPanelUISpecification>. - Some changes in the replication protocol to implement "Assured Replication Mode". The specifications are on OpenDS Wiki at <https://www.opends.org/wiki/page/AssuredMode> and section 7 described some of the replication changes required to support this. Assured Replication is not finished, but the main replication protocol changes to support it are done. As explained by Gilles on an email on the Dev mailing list (http://markmail.org/message/46rgo3meq3vriy4a), with these changes the newer versions of OpenDS may not be able to replicate with OpenDS 1.0 instances. - Support for Service Tags on the platforms where the functionality is available and enabled. Specifications are published at <https://www.opends.org/wiki/page/OpenDSServiceTagEnabled>. For more information on Service Tags see <http://wikis.sun.com/display/ServiceTag/Sun+Service+Tag+FAQ>. - The Admin Connector service. In order to provide agentry of the OpenDS server at any time, a new service has been added, dedicated to the administration, configuration and monitoring of the server. An overview of the Admin Connector service and it's use is available on the OpenDS wiki <https://www.opends.org/wiki/page/ManagingAdministrationTrafficToTheServer> - Updates to the various command line tools to support the Admin Connector service. - Some internal re-architecting of the server to put the foundation of future developments such as virtual directory services. The new NetworkGroups and WorkFlow internal services which have been specified in <https://www.opends.org/wiki/page/BasicOperationRoutingThroughNetworkGroup> are now implemented. - Many bug fixes... --- opends/src/messages/messages/tools.properties | 31 +++++++++++++++++++++++-------- 1 files changed, 23 insertions(+), 8 deletions(-) diff --git a/opends/src/messages/messages/tools.properties b/opends/src/messages/messages/tools.properties index aede7ce..fa1950a 100644 --- a/opends/src/messages/messages/tools.properties +++ b/opends/src/messages/messages/tools.properties @@ -249,7 +249,8 @@ SEVERE_ERR_LDAPAUTH_CANNOT_SEND_SIMPLE_BIND_136=Cannot send the simple bind \ request: %s SEVERE_ERR_LDAPAUTH_CANNOT_READ_BIND_RESPONSE_137=Cannot read the bind \ - response from the server: %s + response from the server. The port you are using may require a secured \ +communication (--useSSL). %s SEVERE_ERR_LDAPAUTH_SERVER_DISCONNECT_138=The Directory Server indicated that \ it was closing the connection to the client (result code %d, message "%s" SEVERE_ERR_LDAPAUTH_UNEXPECTED_EXTENDED_RESPONSE_139=The Directory Server \ @@ -654,7 +655,7 @@ SEVERE_ERR_LDIFIMPORT_CANNOT_INITIALIZE_PWPOLICY_373=An error occurred while \ attempting to initialize the password policy components: %s INFO_STOPDS_DESCRIPTION_HOST_374=Directory server hostname or IP address -INFO_STOPDS_DESCRIPTION_PORT_375=Directory server port number +INFO_STOPDS_DESCRIPTION_PORT_375=Directory server administration port number INFO_STOPDS_DESCRIPTION_USESSL_376=Use SSL for secure communication with the \ server INFO_STOPDS_DESCRIPTION_USESTARTTLS_377=Use StartTLS for secure communication \ @@ -1617,7 +1618,7 @@ INFO_PWPSTATE_TOOL_DESCRIPTION_1094=This utility can be used to retrieve and \ manipulate the values of password policy state variables INFO_PWPSTATE_DESCRIPTION_HOST_1095=Directory server hostname or IP address -INFO_PWPSTATE_DESCRIPTION_PORT_1096=Directory server port number +INFO_PWPSTATE_DESCRIPTION_PORT_1096=Directory server administration port number INFO_PWPSTATE_DESCRIPTION_USESSL_1097=Use SSL for secure communication with \ the server INFO_PWPSTATE_DESCRIPTION_USESTARTTLS_1098=Use StartTLS to secure \ @@ -2369,12 +2370,26 @@ to read the file '%s' containing the list of ignored attributes: %s INFO_LDIFDIFF_CANNOT_PARSE_STRING_AS_DN_1616=The string '%s' from file '%s' could \ not be parsed as a dn -INFO_INSTALLDS_DESCRIPTION_USE_JCEKS_1617=Path of a JCEKS containing a \ +INFO_CHANGE_NUMBER_CONTROL_RESULT_1617=The %s operation change number is %s +INFO_INSTALLDS_PROMPT_ADMINCONNECTORPORT_1618=On which port would you like the \ + Administration Connector to accept connections? +INFO_INSTALLDS_DESCRIPTION_ADMINCONNECTORPORT_1619=Port on which the \ + Administration Connector should listen for communication +SEVERE_ERR_CONFIGDS_CANNOT_UPDATE_ADMIN_CONNECTOR_PORT_1620=An error occurred \ + while attempting to update the administration connector port: %s +SEVERE_ERR_TASKINFO_LDAP_EXCEPTION_SSL_1621=Error connecting to the directory server at %s on %s. \ +Check this port is an administration port +INFO_DESCRIPTION_ADMIN_PORT_1622=Directory server administration port number +INFO_INSTALLDS_DESCRIPTION_USE_JCEKS_1623=Path of a JCEKS containing a \ certificate to be used as the server certificate -INFO_INSTALLDS_CERT_OPTION_JCEKS_1618=Use an existing certificate located on a \ +INFO_INSTALLDS_CERT_OPTION_JCEKS_1624=Use an existing certificate located on a \ JCEKS key store -INFO_INSTALLDS_PROMPT_JCEKS_PATH_1619=JCEKS Key Store path: -SEVERE_ERR_CONFIG_KEYMANAGER_CANNOT_CREATE_JCEKS_PROVIDER_1620=Error creating \ +INFO_INSTALLDS_PROMPT_JCEKS_PATH_1625=JCEKS Key Store path: +SEVERE_ERR_CONFIG_KEYMANAGER_CANNOT_CREATE_JCEKS_PROVIDER_1626=Error creating \ JCEKS Key Provider configuration: %s -SEVERE_ERR_CONFIG_KEYMANAGER_CANNOT_CREATE_JCEKS_TRUST_MANAGER_1621=Error \ +SEVERE_ERR_CONFIG_KEYMANAGER_CANNOT_CREATE_JCEKS_TRUST_MANAGER_1627=Error \ creating JCEKS Trust Manager configuration: %s +SEVERE_ERR_STOPDS_CANNOT_CONNECT_SSL_1628=ERROR: Cannot establish a connection to \ + the Directory Server at %s on port %s. Check this port is an administration port +SEVERE_ERR_PWPSTATE_CANNOT_CONNECT_SSL_1629=ERROR: Cannot establish a connection to \ + the Directory Server at %s on port %s. Check this port is an administration port -- Gitblit v1.10.0