[Koha-bugs] [Bug 17775] Add new user with LDAP not works under Plack

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 31 03:33:30 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17775

Liz Rea <liz at catalyst.net.nz> changed:

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

--- Comment #11 from Liz Rea <liz at catalyst.net.nz> ---
Created attachment 59662
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=59662&action=edit
y# Attachment to Bug 17775 - Add new user with LDAP not works under Plack

Bug 17775 - Add new user with LDAP not works under Plack

This patch fixes internal server error:

Undefined subroutine &C4::Auth_with_ldap::AddMember called at
/srv/koha_ffzg/C4/Auth_with_ldap.pm line 213.

It occurs only under plack, and it's strange since C4::Members
does EXPORT AddMember and we are importing it into Auth_with_ldap.pm
(and it does work under CGI).

Signed-off-by: Liz Rea <liz at catalyst.net.nz>

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


More information about the Koha-bugs mailing list