
16 Mar
2017
16 Mar
'17
7:45 a.m.
On Wed, Mar 15, 2017 at 18:05:11 +0000, Daniel Berrange wrote:
If the SASL config does not have any mechanisms we currently just report an empty list to the client which will then fail to identify a usable mechanism. This is a server config error, so we should fail immediately on the server side.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com> --- src/rpc/virnetsaslcontext.c | 6 ++++++ 1 file changed, 6 insertions(+)
ACK