https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38338
--- Comment #10 from David Cook <[email protected]> --- (In reply to David Cook from comment #9) > Ahhh... we only have Authen::SASL::Perl available, so it can't make use of > the SASL plugin, since it's a pure Perl implementation. > > libauthen-sasl-xs-perl is in Debian trixie (testing). > > Layers upon layers... Unfortunately, libauthen-sasl-xs-perl isn't an easy backport. -- At the moment, the barriers appear to be: 1. Installing a sasl-xoauth2 package, which is only available in a Ubuntu PPA 2. Getting the initial access token (I had to hack /usr/bin/sasl-xoauth2-tool to use a particular port which I had my docker forward. For Koha, we'd need to think more about how we'd want to get the token response.) 3. Install libemail-sender-perl 2.601, which isn't available in stable Debian 4. Install libauthen-sasl-xs-perl, which isn't available in stable Debian There's probably other barriers but those are the immediate one jumping out at me. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
