Bug 19625: Enable Shibboleth auto-provisioning for Plack
authorMatthias Meusburger <matthias.meusburger@biblibre.com>
Wed, 15 Nov 2017 10:50:27 +0000 (10:50 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Tue, 9 Oct 2018 15:02:50 +0000 (15:02 +0000)
commitb3d0bef13650d830b2a3d832a404c2847e727166
tree943581eeb4d939771a5ccfd45d757a4c435c0135
parent4febf0656c202affa6aecba0241bfd13f89f19fd
Bug 19625: Enable Shibboleth auto-provisioning for Plack

Test plan:
1. In $KOHA_CONF, check that //shibboleth/autocreate is set to 1
2. Find a user in Shibboleth that is not in Koha (or remove it from
   Koha)
3. Login with that user
4. Verify that the userid is not set correctly in Koha database
5. Apply the patch (restart starman)
6. Repeat steps 2 and 3
7. Verify that the userid is set correctly and the other
mapped fields if there are some

Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
C4/Auth_with_shibboleth.pm