02 Jul, 2014

1 commit


20 Mar, 2014

1 commit

  • Implemented better handling for the case when the user cannot be found,
    this change should also ensure that getFullyQualifiedName returns with
    null if the identity cannot be found, so the lookup result can be properly
    cached in AMIdentity.
    
    git-svn-id: https://svn.forgerock.org/openam/trunk@8431 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
    peter.major
     

26 Feb, 2014

2 commits

  • Modified the error case handling for the authenticate method: now it always
    uses the username in the InvalidPasswordException (instead of user DN), so
    account lockout can work as expected.
    
    git-svn-id: https://svn.forgerock.org/openam/trunk@8232 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
    peter.major
     
  • Modified the IdRepo setting handling to pre 11 state:
    * auth-naming-attr is only used when performing authentication to find the
    user
    * users-search-attr is now used everywhere else to find the user
    * There was also a bug in the search method: it wasn't returning the search
    attribute's value, instead it always returned the RDN's value.
    
    git-svn-id: https://svn.forgerock.org/openam/trunk@8230 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
    peter.major
     

10 Jan, 2014

3 commits


14 Dec, 2013

1 commit


09 Dec, 2013

1 commit


27 Sep, 2013

1 commit

  • The code now handles the case when there is no filtered roles retrieved.
    New unit tests has been introduced to improve the coverage around DSEE
    roles and filteredroles.
    
    git-svn-id: https://svn.forgerock.org/openam/trunk@6679 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
    peter.major
     

05 Sep, 2013

1 commit


22 Aug, 2013

1 commit

  • Simplified the logic around attribute retrieval, now DN is returned when
    requesting all attributes (only if dn is a predefined attribute).
    
    git-svn-id: https://svn.forgerock.org/openam/trunk@6380 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
    peter.major
     

17 Aug, 2013

1 commit

  • This one turned out to be an issue with the modifyRoleMembership
    implementation: instead of modifying the user entries to have the nsRoleDN
    attribute, it was incorrectly setting the member DNs on the role entry.
    New tests have been incorporated to cover this scenario.
    
    git-svn-id: https://svn.forgerock.org/openam/trunk@6308 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
    peter.major
     

06 Jun, 2013

1 commit