04 Dec, 2007

7 commits


03 Dec, 2007

4 commits


02 Dec, 2007

1 commit


30 Nov, 2007

2 commits

  • 
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@3512 41b1ffd8-f28e-4786-ab96-9950f0a78031
    csovant
     
  • Description
    dc=replicationChanges is enabled by default on all the replication servers
    and show all the modifications done on all replicated suffixes.
    It may therefore contain sensitive information and should be available only
    administrators.
    
    Fix
    This is fixed by a global ACI on the "dc=replicationChanges" suffix denying all ops for all users. Only "directory manager" can access to the changes by default or change the ACI.
    Unit test written and passed successfully individually but set disabled because it fails when ran as part of the whole suite (issue 1569 to be addressed asap).
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@3511 41b1ffd8-f28e-4786-ab96-9950f0a78031
    pgamba
     

29 Nov, 2007

7 commits


28 Nov, 2007

3 commits


27 Nov, 2007

2 commits


26 Nov, 2007

2 commits

  • The fix consists in including a little bit more on context to the error message.
    
    For command-line dsconfig list-local-db-indexes --backend-name tasks -n -p 1389 -w s
    
    The output was:
    
    "Task Backend" is not a recognized component type
    
    With the fix the output is:
    
    "Task Backend" component type cannot be used with subcommand
    {list-local-db-indexes} 
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@3497 41b1ffd8-f28e-4786-ab96-9950f0a78031
    jvergara
     
  • Fix for Issue #1961 (reviewed by Josu)
     * Remove instances of "Specifies the..."
     * Remove instances of "Indicates that..."
     * Reword instances of "Specifies to..." (which doesn't really make
       sense anyway)
     * Change instances of "This utility may be used..." to "This utility
       can be used..." as discussed in a previous issue
     * Change some erroneous instances of "may" to "might" or "can". This
       might sound like a pointless change but it has implications for
       localization - "may" is generally ambiguous. 
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@3496 41b1ffd8-f28e-4786-ab96-9950f0a78031
    lfrost
     

23 Nov, 2007

2 commits


22 Nov, 2007

7 commits

  • 
    git-svn-id: https://svn.forgerock.org/opendj/trunk@3491 41b1ffd8-f28e-4786-ab96-9950f0a78031
    gary_williams
     
  • 
    git-svn-id: https://svn.forgerock.org/opendj/trunk@3490 41b1ffd8-f28e-4786-ab96-9950f0a78031
    maudj
     
  • …llow to run the Server (or dsconfig) without using the shell script, e.g. from Netbeans. 
    Added 2 targets to debug DS and dsconfig from Netbeans : "nb-debug-server" and "nb-debug-dsconfig" that allows to both run the Server (or dsconfig) in debug mode, and attach them automatically to the Netbeans debugger. So you only have to set your breakpoint. 
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@3489 41b1ffd8-f28e-4786-ab96-9950f0a78031
    jcambon
     
  • jcambon
     
  • The fix consists on creating a TopologyCache even if the ADS does not exist.  The code in TopologyCache will generate an exception describing the problem (if any). 
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@3487 41b1ffd8-f28e-4786-ab96-9950f0a78031
    jvergara
     
  • The problem is that the root server entry is not created by default (it is used by some parts of the code to know if the ADS was initialized or not).  The fix consists of updating the ADSContext.registerServer method to check if the parent entry exists.  The check is only applied here since this is a particular case (and by default this check is not required for other entries in the ADS). 
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@3486 41b1ffd8-f28e-4786-ab96-9950f0a78031
    jvergara
     
  • The upgrader is breaking replication (and not just dsreplication).
    
    The problem occurs because the upgrader is systematically overwriting the contents of the admin-backend.ldif file when it should not.  The fix consists on not updating this file unless it does not exist.
    
    The same fix has been applied to tool.properties since it was also systematically overwritten (and so the user lost the changes made to it).
    
    Appart some fixes related to message formatting are also included in the attached diff file.  The code used to display messages with HTML formatting in CLI mode, so specific messages have been added when the upgrade is run from the command line.
    
    Finally the code of the upgrader has been updated to use the MenuBuilder class.  This is done to have a consistent output with the rest of the command-lines. 
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@3485 41b1ffd8-f28e-4786-ab96-9950f0a78031
    jvergara
     

21 Nov, 2007

3 commits