[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-19-g94e6b71

Git repo owner gitmaster at git.koha-community.org
Fri Feb 26 13:54:09 CET 2016


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, 3.22.x has been updated
       via  94e6b71b4e35d852110537a6dcf00fc1ea3f3546 (commit)
       via  cd5640eb9f8835862d695a2572ad9017b771c13c (commit)
      from  ae839dbfe4d49f10ee1b93958fd516d7971bf51c (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 94e6b71b4e35d852110537a6dcf00fc1ea3f3546
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Feb 19 12:51:21 2016 +0000

    Bug 14507 [QA Followup] - Restore comment, tidy sub
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com
    (cherry picked from commit f56ad87648ddef5cba66a4cbae9efb53a221c09a)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit cd5640eb9f8835862d695a2572ad9017b771c13c
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Wed Aug 5 12:55:41 2015 +0100

    Bug 14507 Use checkpw to check password in Patron Info
    
    Some devices are using patron information responses to validate
    patron passwords to govern access to facilities as we
    were using C4::Auth::checkpw_hash this only worked in a db password
    context not other authentication routines.
    The C4::Auth routines are not very consistent and there isnt a dropin
    replacement for checkpw_hash this calls checkpw instead.
    In a password only environment this behaves as the old version did
    returning field CQ as Y if a valid password or no password is passed in
    the patron info request and N if an incorrect password is supplied
    It should also test against the appropriate authentication sources if
    othere autrhentication schemes are in use
    
    Signed-off-by: Liz Rea <liz at catalyst.net.nz>
    Tested this with a client who reports that this enables SIP authentication to work correctly with their LDAP server.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com
    (cherry picked from commit 0810027bfadd50fe4b93088e9939327fd4c7f6e9)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 C4/SIP/ILS/Patron.pm |   19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list