[Koha-bugs] [Bug 10925] LDAP Auth fails if DEBUG is enable

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 1 00:04:38 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10925

Chris Cormack <chris at bigballofwax.co.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #21545|0                           |1
        is obsolete|                            |

--- Comment #5 from Chris Cormack <chris at bigballofwax.co.nz> ---
Created attachment 21685
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=21685&action=edit
Bug 10925: LDAP auth fails if DEBUG is enable

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 punks to the 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

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list