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

Git repo owner gitmaster at git.koha-community.org
Wed Oct 2 16:13:13 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  561107bb5b348eaa14054e3470f39ff9cf080d22 (commit)
      from  7e3f8e0838584a89f3fbdce8e956880de8556d7a (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 561107bb5b348eaa14054e3470f39ff9cf080d22
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Sep 20 17:21:40 2013 +0200

    Bug 10925: fix LDAP auth failing if DEBUG is enabled
    
    To reproduce:
    1/ Edit your apache virtual host and set the DEBUG environment variable
    (SetEnv DEBUG 1).
    2/ Try to login with an ldap user
    3/ You will be redirected to the 500 error page.
    The Koha logs contains:
    malformed header from script. Bad header=------------------------------: mainpage.pl
    
    The hashdump routine directly prints to STDOUT (!) and breaks the
    headers.
    It appears Net::LDAP::?->dump does the same thing.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Maybe we can kill C4::Utils after getting rid of this
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Auth_with_ldap.pm |    3 ---
 1 file changed, 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list