05 Nov, 2008

3 commits

  • and DIGEST-MD5 mechanisms. The issue links:
    
    https://opends.dev.java.net/issues/show_bug.cgi?id=346
    https://opends.dev.java.net/issues/show_bug.cgi?id=347
    https://opends.dev.java.net/issues/show_bug.cgi?id=349
    https://opends.dev.java.net/issues/show_bug.cgi?id=350
    
    This page describes the changes:
    
    https://www.opends.org/wiki/page/SASLConnectionSecurityPhase1 
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@4580 41b1ffd8-f28e-4786-ab96-9950f0a78031
    dugan
     
  • The upgrade process didn't take into account the admin connector: the
    "cn=admin data" backend has to be updated with admin connector information.
    
    These changes add a synchronization phase between admin data and
    the actually config; The server entry in "cn=admin data" should now
    include the following attributes: "adminenabled" and "adminport"
    
    This synchronization occurs during the server startup to take advantage
    of the "cn=admin data" replication.
    In addition to that, the upgrade process includes a verification step.
    During this step, the connection handler was not enabled, but the
    replication was. The proposed modification disables replication during
    the verification step.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@4579 41b1ffd8-f28e-4786-ab96-9950f0a78031
    lutoff
     
  • …Start TLS are enabled on the server).
    
    Handle the case where the server presents a certificate when we connect using the Start TLS (or SSL) normal LDAP port.
    
    In some cases an LDAPInterruptedException appeared when the user selected multiple entries.  This has also been fixed.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@4578 41b1ffd8-f28e-4786-ab96-9950f0a78031
    jvergara
     

04 Nov, 2008

9 commits


03 Nov, 2008

5 commits


31 Oct, 2008

5 commits


30 Oct, 2008

5 commits


29 Oct, 2008

6 commits


27 Oct, 2008

4 commits


23 Oct, 2008

1 commit

  • - 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...
    
    This set of changes may have an impact on current clients and deployments, however it should be possible to
    upgrade existing 1.0 instances. 
    
    Some of the changes impacting the clients include :
        - Scripts using the command line tools including dsconfig will need to be updated (usually to remove
          some no longer required options).
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@4531 41b1ffd8-f28e-4786-ab96-9950f0a78031
    jcduff
     

21 Oct, 2008

2 commits