[Koha-bugs] [Bug 14644] New: SIP2 terminal authentication via telnet transport broken

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 4 17:42:05 CEST 2015


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

            Bug ID: 14644
           Summary: SIP2 terminal authentication via telnet transport
                    broken
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: critical
          Priority: P5 - low
         Component: SIP2
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: gmcharlt at gmail.com
        QA Contact: testopia at bugs.koha-community.org
                CC: colin.campbell at ptfs-europe.com

The removal of C4::SIP::Sip::Configuration::* in bug 13506 did not reach all of
the code that was using those classes.  In particular, the telnet transport
expects to compare the password supplied by the client with the password in the
SIP configuration, and at the moment attempts to use the object method
->password() that was previously supplied by
C4::SIP::Sip::Configuration::Account.

Since that method no longer exists, what happens is that the SIPServer backend
crashes and aborts the connection if the client attempts to log in via the
telnet transport.

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


More information about the Koha-bugs mailing list