Bugzilla – Attachment 3553 Details for
Bug 5630
CAS improvements
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Followup 4
0005-Bug-5630-MT4704-Fix-multiple-CAS-authentication.patch (text/plain), 1.04 KB, created by
Chris Cormack
on 2011-03-30 21:31:59 UTC
(
hide
)
Description:
Followup 4
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2011-03-30 21:31:59 UTC
Size:
1.04 KB
patch
obsolete
>From 85df96cc2938018bbd647abc0dd04f62492b5b6e Mon Sep 17 00:00:00 2001 >From: Paul Poulain <paul.poulain@biblibre.com> >Date: Wed, 19 Jan 2011 21:24:43 +0100 >Subject: [PATCH] Bug 5630 : MT4704: Fix multiple CAS authentication > >--- > C4/Auth.pm | 5 +---- > 1 files changed, 1 insertions(+), 4 deletions(-) > >diff --git a/C4/Auth.pm b/C4/Auth.pm >index 122737e..e04dd86 100644 >--- a/C4/Auth.pm >+++ b/C4/Auth.pm >@@ -961,14 +961,11 @@ sub checkauth { > if ($cas) { > > # Is authentication against multiple CAS servers enabled? >- > if (C4::Auth_with_cas::multipleAuth && !$casparam) { > my $casservers = C4::Auth_with_cas::getMultipleAuth(); >-# warn Data::Dumper::Dumper($casservers); > my @tmplservers; > foreach my $key (keys %$casservers) { >- warn $key, $casservers->{$key}; >- push @tmplservers, {name => $key, value => login_cas_url($query, $key)}; >+ push @tmplservers, {name => $key, value => login_cas_url($query, $key) . "?cas=$key" }; > } > #warn Data::Dumper::Dumper(\@tmplservers); > $template->param( >-- >1.7.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 5630
:
3549
|
3550
|
3551
|
3552
|
3553
|
3813
|
4716
|
5219
|
5297