BTW, this looks like a better guide from Princeton.  Even though as a Penn employee I'm legally not allowed to compliment Princeton (smile)


  • Make sure new nodes are running in AWS console and old nodes are not
  • Test the UI
    • See the new version in Miscellaneous → Configure
    • Read
    • Write
    • Click around
  • Test read WS calls

    [mchyzer@flash pennGroupsClient-2.6.0]$ java -jar grouperClient-2.6.13.jar --operation=hasMemberWs --groupName=test:testGroup --subjectIdentifiers=mchyzer --debug=true



  • Test write WS calls

    java -jar grouperClient-2.6.17.jar --operation=addMemberWs --groupName=test:testGroup --subjectIdentifiers=convery --debug=true
    java -jar grouperClient-2.6.17.jar --operation=deleteMemberWs --groupName=test:testGroup --subjectIdentifiers=convery --debug=true
    java -jar grouperClient-2.6.17.jar --operation=addMemberWs --groupName=test:testGroup --subjectIdentifiers=convery --debug=true



  • Test daemons running
    • Run any daemons which havent started
  • Test the ui lite screens
  • Test the custom ui screens
  • GSH command line interface
  • Test GSH templates
  • Test LDAP/AD provisioning
    • Add a group, see it in ldap
    • Update an existing group membership, see it in ldap
    • Delete a group from grouper, see it gone in ldap
    • Mark an existing group as provisionable, see it in ldap
    • Remove provisionable from provisioned group, see it gone from ldap
  • No labels