From 28b65af27b8ff8b1d18caed951f2ac2749bf48bf Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 2 Mar 2018 12:36:20 +0000 Subject: [PATCH] Bug 19160: Add POD Signed-off-by: Kyle M Hall --- 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