[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.02-107-g2cb4bbd

Git repo owner gitmaster at git.koha-community.org
Fri Aug 24 11:11:17 CEST 2018


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, 18.05.x has been updated
       via  2cb4bbd8baba9df1177fb965619df0328263541f (commit)
      from  63b6ef7cb7013ddc151c23d5229deb95148dc879 (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 2cb4bbd8baba9df1177fb965619df0328263541f
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Dec 13 13:27:36 2017 +0000

    Bug 18947: LDAP - do not assume anonymous bind if no user or password
    
    To test:
    Ideally tested on a working ldap server with bind by auth and no
    anonymous bind
    1  - Define an LDAP config with bind by auth
    2  - Don't define user/pass
    3  - Define anonymous_bind = 0
    4  - Attempt bind by auth
    5  - Error is something like:
    LDAP search failed to return object : XXXXXXXXX: LdapErr: XXXX-XXXXXX,
         comment: In order to perform this operation a successful bind must
         be completed on the connection., data 0, v2580 at
         /usr/share/koha/lib/C4/Auth_with_ldap.pm line 102.
    6  - Define user/pass
    7  - Now bind by auth should work
    8  - remove user/pass
    9  - Apply patch
    10 - Attempt again
    11 - Bind by auth shoudl succeed
    
    prove -v t/db_dependent/Auth_with_ldap.t
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 8eed0466381435a0426fe9c2ea75fa295d906533)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Auth_with_ldap.pm            |    9 ++++-----
 t/db_dependent/Auth_with_ldap.t |   25 +++++++++++++++++++++----
 2 files changed, 25 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list