On Fri, Jul 05, 2019 at 09:55:37AM +0100, Daniel P. Berrangé wrote:
On Thu, Jul 04, 2019 at 12:15:28PM +0200, Sahid Orentino Ferdjaoui
wrote:
> Not sure what the problem is by using 'scram-sha-1' with ubuntu:
>
> cannot list SASL mechanisms -4 (SASL(-4): no mechanism available:
> Internal Error -4 in ../../lib/server.c near line 1762)
For some strange reason Debian decided to put the scram plugin
in the libsasl2-modules-gssapi-mit package so i expect you're
missing that in the test env.
I tried but that does not work either. Also with
libsasl2-modules-gssapi-heimda.
> So we currently switch the mech to digest-md5. Seems that
libvirt-go
> is doing same.
That's a historical accident, not good practice !
I reported the issue in ubuntu [0] and it looks like it's actually
libvirt which does not support it without TLS.
So I imagine digest-md5 is fine for the purpose of testing.
Perhaps you can comment.
Thanks,
s.
[0]
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1835427