You are here

README.txt in CAS 6.2

phpCAS is available directly from http://www.ja-sig.org/wiki/display/CASC/phpCAS. phpCAS is distributed under the LGPL license.

You must download and install phpCAS library in order for this CAS module to work.  You may either 
place a copy your modules/cas directory, or make sure it is in you PHP includes path/directory. 

Your PHP must have the following modules enabled:
  --with-curl
  --with-openssl
  --with-dom
  --with-zlib

Drupal modifications
---------------------
1) Enable the CAS module in admin/modules
2) Set the CAS server parameters in admin/user/cas
3) Enable the CAS login block to provide authentication. 
4) Test authentication
5) Remove regular user login block
6) If the user database is external, remove the ability for users to edit
their accounts.

File

README.txt
View source
  1. phpCAS is available directly from http://www.ja-sig.org/wiki/display/CASC/phpCAS. phpCAS is distributed under the LGPL license.
  2. You must download and install phpCAS library in order for this CAS module to work. You may either
  3. place a copy your modules/cas directory, or make sure it is in you PHP includes path/directory.
  4. Your PHP must have the following modules enabled:
  5. --with-curl
  6. --with-openssl
  7. --with-dom
  8. --with-zlib
  9. Drupal modifications
  10. ---------------------
  11. 1) Enable the CAS module in admin/modules
  12. 2) Set the CAS server parameters in admin/user/cas
  13. 3) Enable the CAS login block to provide authentication.
  14. 4) Test authentication
  15. 5) Remove regular user login block
  16. 6) If the user database is external, remove the ability for users to edit
  17. their accounts.