[koha-commits] main Koha release repository branch master updated. v3.14.00-1155-gc251f75

Git repo owner gitmaster at git.koha-community.org
Mon May 5 06:57:39 CEST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  c251f7524081e428b24620d2755a210347da2052 (commit)
      from  b57d98517c5a9572a54412f7f4e5d872acfa85c3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c251f7524081e428b24620d2755a210347da2052
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Mon Oct 14 11:24:29 2013 +0200

    Bug 11048: Fix logout redirection for CAS authentication
    
     The logout redirection function after a CAS authentication was misused.
     This patch fixes it, and allows the CAS server to redirect the user back
     to the opac after logout.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    From the Authen::Cas::Client documentation
    
    logout_url [%args]
             "logout_url()" returns the CAS server's logout URL which can
    	 be used to redirect users to end
             authenticated sessions.  %args may contain the following
    	 optional parameter:
    
             *   url => $url
    
    	 If present, the CAS server will present the user
    	 with a link to the given URL once the user has logged out.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Change only affects CAS authentication and is correct
    according to the module documentation.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

-----------------------------------------------------------------------

Summary of changes:
 C4/Auth_with_cas.pm |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list