[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1177-g4d75243

Git repo owner gitmaster at git.koha-community.org
Fri Sep 27 18:09:21 CEST 2013


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  4d75243e27cab93cd84ee6bbfd71362326569c21 (commit)
      from  40a150f94e263ff72da3994612a528a888e9c8e6 (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 4d75243e27cab93cd84ee6bbfd71362326569c21
Author: Srdjan <srdjan at catalyst.net.nz>
Date:   Wed Jun 5 16:34:29 2013 +1200

    Bug 9299: fix LDAP login breakage when ExtendedPatronAttributes is on
    
    To test:
    - Configure an LDAP server and $KOHA_CONF, etc.
    - Make sure ExtendedPatronAttributes is defined and that
      there is no attribute defined that is specified to be
      a unique ID.
    - Try to log in using an account originating from the
      LDAP directory.
    - You will got a software error:
      Can't use an undefined value as an ARRAY reference at
      /home/koha/src/C4/Auth_with_ldap.pm line 183.
    - Apply the patch.
    - Try to log in again; this time it should work.
    
    Signed-off-by: Nuño López Ansótegui <nunyo at masmedios.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Auth_with_ldap.pm |   38 +++++++++++++++++---------------------
 1 file changed, 17 insertions(+), 21 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list