Bugzilla – Attachment 71835 Details for
Bug 19160
CAS Single Logout
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19160: (follow-up) Fix problems introduced by renaming logout_required to logout_if_required
Bug-19160-follow-up-Fix-problems-introduced-by-ren.patch (text/plain), 1.80 KB, created by
Katrin Fischer
on 2018-02-16 17:09:56 UTC
(
hide
)
Description:
Bug 19160: (follow-up) Fix problems introduced by renaming logout_required to logout_if_required
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2018-02-16 17:09:56 UTC
Size:
1.80 KB
patch
obsolete
>From d5f7c862d87426436762dee59a86fb83fc214bfa Mon Sep 17 00:00:00 2001 >From: Ulrich Kleiber <ulrich.kleiber@bsz-bw.de> >Date: Wed, 7 Feb 2018 10:06:20 +0100 >Subject: [PATCH] Bug 19160: (follow-up) Fix problems introduced by renaming > logout_required to logout_if_required > >Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> >--- > C4/Auth.pm | 2 +- > C4/Auth_with_cas.pm | 2 +- > opac/opac-user.pl | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/C4/Auth.pm b/C4/Auth.pm >index 876fec5..e81134a 100644 >--- a/C4/Auth.pm >+++ b/C4/Auth.pm >@@ -86,7 +86,7 @@ BEGIN { > } > } > if ($cas) { >- import C4::Auth_with_cas qw(check_api_auth_cas checkpw_cas login_cas logout_cas login_cas_url logout_required); >+ import C4::Auth_with_cas qw(check_api_auth_cas checkpw_cas login_cas logout_cas login_cas_url logout_if_required); > } > > } >diff --git a/C4/Auth_with_cas.pm b/C4/Auth_with_cas.pm >index 08ff75f..08012da 100644 >--- a/C4/Auth_with_cas.pm >+++ b/C4/Auth_with_cas.pm >@@ -35,7 +35,7 @@ BEGIN { > require Exporter; > $debug = $ENV{DEBUG}; > @ISA = qw(Exporter); >- @EXPORT = qw(check_api_auth_cas checkpw_cas login_cas logout_cas login_cas_url); >+ @EXPORT = qw(check_api_auth_cas checkpw_cas login_cas logout_cas login_cas_url logout_if_required); > } > my $defaultcasserver; > my $casservers; >diff --git a/opac/opac-user.pl b/opac/opac-user.pl >index 9ad09fb..0ff0e66 100755 >--- a/opac/opac-user.pl >+++ b/opac/opac-user.pl >@@ -63,7 +63,7 @@ BEGIN { > > # CAS single logout handling > # Will print header and exit >-C4::Context->preference('casAuthentication') and C4::Auth_with_ldap::logout_if_required($query); >+C4::Context->preference('casAuthentication') and C4::Auth_with_cas::logout_if_required($query); > > my ( $template, $borrowernumber, $cookie ) = get_template_and_user( > { >-- >2.1.4
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 19160
:
66285
|
66306
|
70408
|
70440
|
70441
|
70442
|
71829
|
71830
|
71831
|
71832
|
71833
|
71834
|
71835
|
72358
|
72359
|
72360
|
72361
|
72362
|
72363
|
72364