[koha-commits] main Koha release repository branch master updated. v16.11.00-705-g443b2ef

Git repo owner gitmaster at git.koha-community.org
Fri Mar 31 15:02:06 CEST 2017


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, master has been updated
       via  443b2ef4f4a8a99f3369668257be8bd7d147143e (commit)
       via  6ddf51573dac1e97f5bd2fc23211d22206a9aa6d (commit)
       via  68c365ea8ab536a85d92d3769b0bbaa0e1691116 (commit)
       via  8c3fc47338fed6c35ea21a6524d6c1a109861ebf (commit)
      from  767ede853bbc2d899c0b7c39ad884111d4e93902 (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 443b2ef4f4a8a99f3369668257be8bd7d147143e
Author: Alex Arnaud <alex.arnaud at biblibre.com>
Date:   Tue Nov 15 10:30:16 2016 +0000

    Bug 6979 - Fix Already in a transaction error
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 6ddf51573dac1e97f5bd2fc23211d22206a9aa6d
Author: Alex Arnaud <alex.arnaud at biblibre.com>
Date:   Tue Nov 15 10:02:05 2016 +0000

    Bug 6979 - Handle multiple branches in non-auth_by_bin
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 68c365ea8ab536a85d92d3769b0bbaa0e1691116
Author: Alex Arnaud <alex.arnaud at biblibre.com>
Date:   Tue Nov 15 09:46:52 2016 +0000

    Bug 6979 - Update tests
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 8c3fc47338fed6c35ea21a6524d6c1a109861ebf
Author: = <=>
Date:   Wed Oct 5 16:47:21 2011 -0400

    Bug #6979
    
    I removed several lines of code in the checkpw_ldap subroutine where
    LDAP authentication takes place, in the "else" part of the conditional
    that checks for the auth_by_bind config parameter. I added several lines
    to check whether the user can log in to LDAP using their DN and the
    password supplied in the login form. If they are able to bind, login
    contiues as normal and the LDAP attributes can be harvested as normal if
    the update options are turned on. The routine that was in place was
    failing because it was trying to check against a non-existent LDAP entry
    attribute called 'userpassword'. Instead of checking against a
    'userpassword' attribute, the routine really should be checking to make
    sure the user can actually bind to LDAP. That's what I set up, and it is
    a safer way to test authentication against LDAP.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Auth_with_ldap.pm            |   37 +++++++----
 t/db_dependent/Auth_with_ldap.t |  140 +++++++++++++++------------------------
 2 files changed, 80 insertions(+), 97 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list