]> 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>
Mon, 20 Feb 2012 02:32:49 +0000 (21:32 -0500)
commit4deec233e313940ff12671536753f63306e31c18
treede2d88186fac7fe78856c5859f26313e3461c51d
parentef71d3dc1c7ed745f05312d8ff038f41f1928da0
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>
(cherry picked from commit c4ed20603b74095880da30cfbb350b9c6f4499c6)

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