Skip to content
Snippets Groups Projects
Commit 65105696 authored by Brian Osborne's avatar Brian Osborne
Browse files

Indicate that to use 3.0 protocol version, user needs phpCAS 1.3.3 or higher

parent 6a4cb55d
No related branches found
No related tags found
No related merge requests found
......@@ -32,8 +32,8 @@ Installation
* Place the cas folder in your Drupal modules directory.
* Download phpCAS from https://wiki.jasig.org/display/CASC/phpCAS. You will
need version 1.0.0 or later. The most recent release is available at
http://downloads.jasig.org/cas-clients/php/current.tgz
need version 1.3.2 or later (1.3.3 for CAS 3.0 support). The most recent
release is available at http://downloads.jasig.org/cas-clients/php/current.tgz
* There are several locations you can install the phpCAS library.
......
......@@ -51,7 +51,7 @@ function cas_admin_settings() {
'#options' => array(
'1.0' => '1.0',
'2.0' => t('2.0'),
'3.0' => t('3.0 or higher'),
'3.0' => t('3.0 or higher (requires phpCAS >= 1.3.3)'),
'S1' => t('SAML Version 1.1'),
),
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment