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@lists.koha-community.org Reporter: gmcharlt@gmail.com QA Contact: testopia@bugs.koha-community.org CC: colin.campbell@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.