]> git.koha-community.org Git - koha.git/commit
Bug 6694: Problem with casAuthentication syspref
authorJulian Maurice <julian.maurice@biblibre.com>
Wed, 10 Aug 2011 09:41:06 +0000 (11:41 +0200)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Sun, 19 Feb 2012 20:36:55 +0000 (15:36 -0500)
commitc4ed20603b74095880da30cfbb350b9c6f4499c6
tree1d06a73428d22bf26ea3bf83b08aac89a8dae963
parent50ffaec272c358eff3f39b649caf49cc35ad4bdf
Bug 6694: Problem with casAuthentication syspref

A missing test in checkauth caused anonymous session to be destroyed and
re-created at every call when this syspref was set.
Almost the same issue is also fixed in check_api_auth, which caused
C4::Service->init to fail.

Signed-off-by: Alex Arnaud <alex.arnaud@biblibre.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
(cherry picked from commit 8ffbf4e88c6ed98ad697bb4a2b4d9d1456d2c84c)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/Auth.pm