06 Nov, 2008

1 commit


03 Nov, 2008

1 commit


31 Oct, 2008

1 commit


21 Oct, 2008

1 commit


16 Oct, 2008

3 commits


15 Oct, 2008

2 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
     

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
     

23 Sep, 2008

1 commit


22 Sep, 2008

3 commits


17 Sep, 2008

1 commit


16 Sep, 2008

1 commit


11 Sep, 2008

1 commit


09 Sep, 2008

1 commit


06 Sep, 2008

1 commit