CUWebAuth is Cornell's single sign on system. I wrote a module to use this to authenticate Drupal users. The module creates Drupal accounts for CUWebAuth authorized users so they don't have to remember a password for each site, and so users who become unauthorized will no longer be able to edit the site.
|
AuthName CORNELL |
|
ini_set('session.cookie_lifetime', 0); |