[koha-commits] main Koha release repository branch new/bug_5995 updated. v3.04.00-39-gdcb4ac7

Git repo owner gitmaster at git.koha-community.org
Sat Oct 15 01:58:41 CEST 2011


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, new/bug_5995 has been updated
       via  dcb4ac77fbfd813cc0eb39e060b49a7b8d491016 (commit)
      from  417c9084b4c5a3637ffc2a29d4f3db929285fead (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 dcb4ac77fbfd813cc0eb39e060b49a7b8d491016
Author: Ian Walls <ian.walls at bywatersolutions.com>
Date:   Fri Oct 14 16:37:54 2011 -0400

    Bug 5995 Followup: checkpw was returning inconsistent values
    
    In the case of LDAP, checkpw was returning the cardnumber of there user, but it was being treated as the
    userid.  This patch updates checkpw_ldap to return the cardnumber AND the userid, and updates checkpw to
    uniformly return cardnumber and userid in all instances, so that whoever is authenticating can use the
    desired value in the right way.

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

Summary of changes:
 C4/Auth.pm           |   10 +++++-----
 C4/Auth_with_ldap.pm |    4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list