Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Transfer all mothra ID changes to Banner schema.
  • Undo the temporary fixes wrt for CAS not using the MothraID but was using the Kerberos ID.
  • Sakai local.properties changes : rSmart's local.properties
    • Guest Access properties
      No Format
      guest.registration.tool.url=https://smartsite.ucdavis.edu/portal/site/f8382610-2f5b-4cd9-9687-564ca6e26b9c/page/41483e8f-08ae-4d89-9145-e50cdbb12fad?toolstate-1ed95b3d-c019-407b-88c6-0e657264d639=
      forgot.passwork.link=https://smartsite.ucdavis.edu/portal/site/f8382610-2f5b-4cd9-9687-564ca6e26b9c/page/41483e8f-08ae-4d89-9145-e50cdbb12fad?toolstate-1ed95b3d-c019-407b-88c6-0e657264d639=/register/pwreset
      
    • Gradbook 2 properties
      No Format
      final_grade_submission_url=https://classes.ucdavis.edu/CourseManagement/final_submit/fgs_direct_upload.cfm?sakai_id=
      final_grade_submission_enterprise_service_url=https://classes.ucdavis.edu/CourseManagement/final_submit/fgs_ss_deliver.cfm
      
      gb2.help.url=http://smartsite.ucdavis.edu:8000/smartsite/ucd-gateway/Gradebook2Documents.html
      
  • (warning) Make sure that rSmart configures their firewall to allow outgoing traffic to classes.ucdavis.edu
  • To make sure that the firewall is configured correctly, execute the following command:
    • No Format
      wget --no-check-certificate  https://classes.ucdavis.edu/CourseManagement/final_submit/fgs_ss_deliver.cfm
      
      # This should return something like the following. The key is  to get the "400 Bad Request" and not a 403
      
      
      Resolving classes.ucdavis.edu (classes.ucdavis.edu)... 128.120.33.73
      Connecting to classes.ucdavis.edu (classes.ucdavis.edu)|128.120.33.73|:443... connected.
      WARNING: cannot verify classes.ucdavis.edu¬タルs certificate, issued by ¬タワ/C=US/O=Equifax/OU=Equifax Secure Certificate Authority¬タ�:
        Unable to locally verify the issuer¬タルs authority.
      HTTP request sent, awaiting response... 400 Bad Request
      2009-12-16 14:44:03 ERROR 400: Bad Request.
      
    • CAS properties
      No Format
      login.url=https://smartsite.ucdavis.edu/xsl-portal/login
      loggedOutUrl=https://cas.ucdavis.edu/cas/logout?service=https://smartsite.ucdavis.edu/xsl-portal
      
    • CAS code changes
      No Format
      Change all the "smartsite-test.rsmart.com" references to "smartsite.ucdavis.edu in:
      https://svn.rsmart.com/svn/customizations/ucd/trunk/config/sakai-login-tool/rsmart.properties
      
      We probably need to create a new tag after the code changes.
      
    • Gateway URL references in local.properties
      No Format
      
      References to "http://smartsite-test.ucdavis.edu:8000/" need to be replaced with "http://smartsite.ucdavis.edu/ucd-gateway"
      

During the Implementation rollout

...