https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38338
--- Comment #92 from David Cook <[email protected]> --- My next thing to do is update how we use Authen::SASL and just add the XOAUTH2 mechanism. Then in the "pass" callback, we check which mechanism is being tried at that time. If it's "XOAUTH2" then we can look for plugins that implement a sasl_xoauth2_pass method or something like that. If there's none, then we move on to the next mechanism. Easy. We don't even need database changes for that. Minimal code change. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
