22 Mar, 2007

9 commits


21 Mar, 2007

14 commits


20 Mar, 2007

9 commits


19 Mar, 2007

5 commits


18 Mar, 2007

1 commit

  • authentication info structure goes through the setAuthenticationInfo() method.
    This will ensure that all proper cleanup is done.  Without doing this, there
    may be problems if a client connection is used to authenticate multiple times
    and the entry for one of the previous users is modified or deleted, since that
    could cause an attempt to update the client connection which is now
    authenticated as another user.
    
    OpenDS Issue Number:  1392
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@1441 41b1ffd8-f28e-4786-ab96-9950f0a78031
    neil_a_wilson
     

17 Mar, 2007

2 commits

  • detecting and warning administrators about the use of non-canonical hostnames
    in the "dns" bind rule.  The dns bind rule requires that all addresses be
    provided in canonical form or they will not match the intended target.
    
    This change also includes special handling for the "localhost" name.  In the
    event that it does not match its canonical representation, then the
    corresponding rule will automatically allow the canonical name as well.  This
    may be needed in some environments because the canonical hostname for the
    loopback address may be something else, like "localhost.localdomain", and the
    hostname "localhost" is likely to appear more commonly than other kinds of
    hostnames.
    
    With these changes, a number of reported mysterious ACI failures should go away
    and the AciTests should now pass cleanly.
    
    OpenDS Issue Number:  1385
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@1440 41b1ffd8-f28e-4786-ab96-9950f0a78031
    neil_a_wilson
     
  • and fix a couple of typos in the synchronization.common package-info.java file.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@1439 41b1ffd8-f28e-4786-ab96-9950f0a78031
    neil_a_wilson