02 Jul, 2007

4 commits


30 Jun, 2007

2 commits


29 Jun, 2007

2 commits


28 Jun, 2007

16 commits


27 Jun, 2007

11 commits


26 Jun, 2007

5 commits

  • …n changes made to the server using an internal connection where not persisted in the config.ldif file.  The problem appears to have been an unclosed stream that was preventing the renaming of config.ldif.tmp to config.ldif.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@2190 41b1ffd8-f28e-4786-ab96-9950f0a78031
    kenneth_suter
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@2189 41b1ffd8-f28e-4786-ab96-9950f0a78031
    kenneth_suter
     
  • 
    git-svn-id: https://svn.forgerock.org/opendj/trunk@2188 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mkeyes
     
  • …s for some ACI issues are committed. There are also some small data files to go along with the manual tests.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@2187 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mkeyes
     
  • an LDIF import.  The basic practice is as follows:
    
    - If the entry specifies a particular password policy, then the default
      password storage schemes for that policy will be used to encode the password.
    
    - If the entry does not specify a particular password policy, then the server
      will use the password scheme(s) specified in the
      ds-cfg-default-user-password-storage-scheme or
      ds-cfg-default-auth-password-storage-scheme attribute in the plugin
      configuration entry, if they are present.
    
    - If the configuration entry does not specify a default set of storage
      schemes, but it uses a password attribute that has the same syntax as the
      password attribute used by the server's default password policy, then the
      default password storage schemes from the server's default password policy
      will be used.
    
    - If all else fails, the server will use SSHA for passwords with the user
      password syntax, or SHA1 for passwords with the auth password syntax.
    
    OpenDS Issue Number:  849
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@2186 41b1ffd8-f28e-4786-ab96-9950f0a78031
    neil_a_wilson