Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cas
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
drupal.org
cas
Commits
65105696
Commit
65105696
authored
9 years ago
by
Brian Osborne
Browse files
Options
Downloads
Patches
Plain Diff
Indicate that to use 3.0 protocol version, user needs phpCAS 1.3.3 or higher
parent
6a4cb55d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.txt
+2
-2
2 additions, 2 deletions
README.txt
cas.admin.inc
+1
-1
1 addition, 1 deletion
cas.admin.inc
with
3 additions
and
3 deletions
README.txt
+
2
−
2
View file @
65105696
...
...
@@ -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 a
t
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 recen
t
release is available at
http://downloads.jasig.org/cas-clients/php/current.tgz
* There are several locations you can install the phpCAS library.
...
...
This diff is collapsed.
Click to expand it.
cas.admin.inc
+
1
−
1
View file @
65105696
...
...
@@ -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'
),
),
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment