https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38338 --- Comment #88 from David Cook <dcook@prosentient.com.au> --- (In reply to David Cook from comment #87)
For Koha, we could build it in. Koha::SASL::Helpers or something. I've got an idea for this one...
Actually, I've got loads of ideas for this one. It's certainly become a "hobbyhorse" for me. Technically, with Authen::SASL we can actually provide a list of mechanisms... so we could do "LOGIN PLAIN XOAUTH2", and then the callbacks can actually be code rather than strings, so we could have Koha::SASL::Helpers (or whatever) provide callbacks that do the right thing depending on the method... Really we should provide both "user" and "authname" callbacks, although Authen::SASL::Perl doesn't always do the right thing with these it seems. Ranges from mechanism to mechanism. I suppose we could control which methods are available to the SMTP client though... whether we want to do one or multiple. Hmm... -- You are receiving this mail because: You are watching all bug changes.