Bug 7745: Wrong service name for CAS authentification
authorJulian Maurice <julian.maurice@biblibre.com>
Tue, 19 Jul 2011 10:14:00 +0000 (12:14 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Thu, 22 Mar 2012 05:21:23 +0000 (06:21 +0100)
commit28bb1a3ed01e89588b8f95d9ad4a53c700df862a
tree8819b5f9d780bddcb37299771baa61af2f3d489d
parentae9ab2c90bec6dbb9bdfe4ae966b326cf7316109
Bug 7745: Wrong service name for CAS authentification

When behind a proxy, Koha give a wrong service name to CAS server
(SCRIPT_URI environment variable). It now uses OPACBaseURL syspref.

Note: despite the OPACBaseURL description, you have to enter the
*full* URL (ie: with http:// or https://) in the syspref. (see Bug
7770)
Signed-off-by: Pierre Angot <tredok.pierre@gmail.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
C4/Auth_with_cas.pm