13 Feb, 2015

1 commit


12 Feb, 2015

7 commits


10 Feb, 2015

4 commits


09 Feb, 2015

2 commits


06 Feb, 2015

6 commits


05 Feb, 2015

6 commits


04 Feb, 2015

1 commit

  • Thanks to Andy Forrest for finding both the issue and also the fix.
    
    I confirm that the one-line fix he proposes in a comment of OPENAM-5485
    does work fine and results in the expected artifact.
    
    So I am committing this patch to fix the build without further review.
    
    git-svn-id: https://svn.forgerock.org/openam/trunk@12330 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
    mark
     

03 Feb, 2015

4 commits


02 Feb, 2015

6 commits


01 Feb, 2015

1 commit


30 Jan, 2015

2 commits

  • git-svn-id: https://svn.forgerock.org/openam/trunk@12270 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
    quentin.castel
     
  • Originally the agent group membership was stored in a field called
    "labeledUri", however this field is not serialized when running
    export-svc-cfg ssoadm command. Rather than modifying the XML schema for the
    service definitions, the agent group membership information has been moved
    to a new AttributeSchema element called "agentgroup" for each agent type.
    A new upgrade step has been implemented to ensure that the group
    membership information is migrated across to the new attribute during
    upgrade.
    
    git-svn-id: https://svn.forgerock.org/openam/trunk@12268 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
    peter.major