Bugzilla – Attachment 72364 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: Add POD
Bug-19160-Add-POD.patch (text/plain), 1.07 KB, created by
Kyle M Hall (khall)
on 2018-03-02 13:44:41 UTC
(
hide
)
Description:
Bug 19160: Add POD
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2018-03-02 13:44:41 UTC
Size:
1.07 KB
patch
obsolete
>From 28b65af27b8ff8b1d18caed951f2ac2749bf48bf Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 2 Mar 2018 12:36:20 +0000 >Subject: [PATCH] Bug 19160: Add POD > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > C4/Auth_with_cas.pm | 11 ++++++++++- > 1 file changed, 10 insertions(+), 1 deletion(-) > >diff --git a/C4/Auth_with_cas.pm b/C4/Auth_with_cas.pm >index 2885caf..8cc8cde 100644 >--- a/C4/Auth_with_cas.pm >+++ b/C4/Auth_with_cas.pm >@@ -52,6 +52,10 @@ if (multipleAuth()) { > $casservers = { 'default' => C4::Context->preference('casServerUrl') }; > } > >+=head1 Subroutines >+ >+=cut >+ > # Is there a configuration file for multiple cas servers? > sub multipleAuth { > return (-e qq($yamlauthfile)); >@@ -228,7 +232,12 @@ sub _url_with_get_params { > return $uri_base_part . $uri_params_part; > } > >-# CAS single logout >+=head2 logout_if_required >+ >+ If using CAS, this subroutine will trigger single-signout of the CAS server. >+ >+=cut >+ > sub logout_if_required { > my ( $query ) = @_; > # Check we havent been hit by a logout call >-- >2.10.2
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