27 Oct, 2008

10 commits


24 Oct, 2008

2 commits


23 Oct, 2008

1 commit


22 Oct, 2008

3 commits


21 Oct, 2008

5 commits


20 Oct, 2008

1 commit


16 Oct, 2008

3 commits


15 Oct, 2008

3 commits

  • The VMS connector had assumed that when CURRENT_PASSWORD was specified, the configuration was that of the user being changed. It no longer assumes that, and instead, creates a separate connection to the VMS box, logging in as the user whose password is being changed, and executes a SET PASSWORD (or changes the password as part of the login sequence if it is already expired).
    
    It's important to change password this way, because administrative password changes are subject to fewer checks than user password changes.
    
    Since this change made the script considerably more complex, I've exported the various groovy scripts from the VmsConnector into separate files for ease of maintenance.
    
    git-svn-id: https://svn.forgerock.org/openicf/trunk@293 05b3e5af-d696-470f-a577-fd7599f74d3c
    george_hetrick
     
  • The VMS connector had assumed that when CURRENT_PASSWORD was specified, the configuration was that of the user being changed. It no longer assumes that, and instead, creates a separate connection to the VMS box, logging in as the user whose password is being changed, and executes a SET PASSWORD (or changes the password as part of the login sequence if it is already expired).
    
    It's important to change password this way, because administrative password changes are subject to fewer checks than user password changes.
    
    Since this change made the script considerably more complex, I've exported the various groovy scripts from the VmsConnector into separate files for ease of maintenance.
    
    git-svn-id: https://svn.forgerock.org/openicf/trunk@292 05b3e5af-d696-470f-a577-fd7599f74d3c
    george_hetrick
     
  • git-svn-id: https://svn.forgerock.org/openicf/trunk@289 05b3e5af-d696-470f-a577-fd7599f74d3c
    petrjung
     

08 Oct, 2008

3 commits


07 Oct, 2008

1 commit

  • …tes clears (removes) all values not in the list.
    
    VMS has all list-valued attributes updated additively, with values removed by specifying NO<foo>. These list-valued attributes all specify a predefined set of values. The connector now adds NO<foo> for all values not included in the value list specified by the user, so that it functions as a replace.
    
    git-svn-id: https://svn.forgerock.org/openicf/trunk@215 05b3e5af-d696-470f-a577-fd7599f74d3c
    george_hetrick
     

01 Oct, 2008

2 commits


24 Sep, 2008

1 commit


23 Sep, 2008

5 commits