10 May, 2011

4 commits


19 Apr, 2011

2 commits


18 Apr, 2011

2 commits


13 Apr, 2011

2 commits


12 Apr, 2011

1 commit


07 Apr, 2011

2 commits

  • Missing an if statement for permissive control. Updated the test case to work.
    Issue #OPENDJ-113 - Permissive Modify Control fails when deleting non existing attribute
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@6819 41b1ffd8-f28e-4786-ab96-9950f0a78031
    ludo
     
  • …nly apply to rootDSE.
    The changes introduce a scope in the VirtualAttributeRule. The default is Whole_Subtree.
    The changelog virtual attributes are now registered with a BASE_OBJECT scope and "" base DNs, meaning the rootDSE only.
    Also each virtual attribute provider override the hasValue() method for optimization and avoiding computing the values and throwing them away.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@6817 41b1ffd8-f28e-4786-ab96-9950f0a78031
    ludo
     

06 Apr, 2011

3 commits


05 Apr, 2011

1 commit


04 Apr, 2011

1 commit


28 Mar, 2011

1 commit


23 Mar, 2011

1 commit


07 Mar, 2011

6 commits


25 Feb, 2011

3 commits


22 Feb, 2011

1 commit


03 Feb, 2011

2 commits


02 Feb, 2011

2 commits


21 Nov, 2010

1 commit


10 Nov, 2010

1 commit


04 Nov, 2010

1 commit


03 Nov, 2010

2 commits


26 Oct, 2010

1 commit

  • This changes are adding support for the BSD MD5 crypt hash as part of the CRYPT password storage scheme.
    A new parameter has been added to the configuration of the storage scheme to select whether new passwords should be hashed with the unix algo (default) or the md5 one.
    When it comes to authentication, the scheme is able to detect the algo (based on the $1$ prefix) and match appropriately.
    Unit tests have been added, including test again passwords already hashed on Linux systems.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@6641 41b1ffd8-f28e-4786-ab96-9950f0a78031
    ludo