19 Sep, 2006

7 commits

  • authorization ID is provided using the "dn:" form and an alternate root bind DN
    (e.g., "cn=Directory Manager" instead of 
    "cn=Directory Manager,cn=Root DNs,cn=config") the server will properly map it
    to the actual DN for the user.
    
    OpenDS Issue Number:  677
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@382 41b1ffd8-f28e-4786-ab96-9950f0a78031
    neil_a_wilson
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@381 41b1ffd8-f28e-4786-ab96-9950f0a78031
    dugan
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@380 41b1ffd8-f28e-4786-ab96-9950f0a78031
    dugan
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@379 41b1ffd8-f28e-4786-ab96-9950f0a78031
    coulbeck
     
  • This test is currently disabled because it fails.
    
    This test uses a keystore containing a self-signed certificate : tests/unit-tests-testng/resource/jmxkeystore
    that is copied in the package at the TestCaseUtils.startServer time
    
    This change also fix the warning  in the JMX test
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@378 41b1ffd8-f28e-4786-ab96-9950f0a78031
    gbellato
     
  • to work because JmxConnectionHandler.configAddIsAcceptable(ConfigEntry, StringBuilder)
    performs a wrong check on the DN of the added object.
    
    - This fix also ease the coding of the unit test of JMX by allowing to configure
    the key manager by creating a configEntry and calling directly the applyConfigurationAdd()
    method.
    This was not possible because the code looks for the config entry in the configuration
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@377 41b1ffd8-f28e-4786-ab96-9950f0a78031
    gbellato
     
  • The Jmx connector handler is starting a local RMI registry on port 1689 (actually the port specified in the config.ldif file). Even if you stop the DS server, but if the process is keeping alive, the RMI registry will remain active and will still listen on this port.
    
    Fix:
    Instead of using the default factory to get the RMI registry, we use our own socketFactory and keep a reference to the created socket. At server shutdown time, this socket is closed and the RMI registry Remote Object is 'unexported'
    
    Modified Class
     org.opends.server.protocols.jmx.RmiConnector
    
    New Class
     org.opends.server.protocols.jmx.OpendsRmiServerSocketFactory 
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@376 41b1ffd8-f28e-4786-ab96-9950f0a78031
    lutoff
     

18 Sep, 2006

9 commits


17 Sep, 2006

5 commits


16 Sep, 2006

5 commits


15 Sep, 2006

13 commits


14 Sep, 2006

1 commit