07 Jul, 2007

5 commits


06 Jul, 2007

30 commits


05 Jul, 2007

5 commits

  • password policy state attributes that were not previously updated.  This
    primarily includes updating the last login time if that feature is enabled and
    the user provides the correct current password, or updating the auth failure
    times if that feature is enabled nad the user provides an incorrect current
    password.
    
    OpenDS Issue Number:  631
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@2279 41b1ffd8-f28e-4786-ab96-9950f0a78031
    neil_a_wilson
     
  • Issue #704:   SearchFilter.equals doesn't handle extensible match edge case
    Issue #705:   SearchFilter.equals should normalize substring filters
    Issue #706:   SearchFilter.equals ignores attribute options
    Issue #918:   Extensible match filters must have attr descrption or matching
                  rule ID
    Issue #1901:  SearchFilter.createFilterFromString can't handle extensible
                  match filters using dnAttrs with a matching rule ID instead of
                  an attribute description
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@2278 41b1ffd8-f28e-4786-ab96-9950f0a78031
    neil_a_wilson
     
  • be between 0 and 255, which are the bounds enforced by most shells and
    operating environments.  Any negative value, or any positive value greater than
    255 will be changed to 255.
    
    OpenDS Issue Number:  1883
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@2277 41b1ffd8-f28e-4786-ab96-9950f0a78031
    neil_a_wilson
     
  • option that can be used to count the number of rejected entries.  That value
    will be used as the exit code, and can be used in scripts to determine if there
    were any failures during the import.
    
    OpenDS Issue Number:  1836
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@2276 41b1ffd8-f28e-4786-ab96-9950f0a78031
    neil_a_wilson
     
  • …This way when we try to commit to a server using the standard LDAP port and startTLS is configured we will use it to connect.
    
    Update a typo in the connection code to use ldap instead of ldaps to create the URL for startTLS.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@2275 41b1ffd8-f28e-4786-ab96-9950f0a78031
    jvergara