From 3fbbe920fd87a274d69fb9ef53fac1056cd25959 Mon Sep 17 00:00:00 2001 From: Marek Kasik Date: Thu, 12 Nov 2015 15:10:27 +0100 Subject: [PATCH] Use correct SASL service name Use "qemu" service name when using SASL. GSSAPI uses this name when issuing tickets and there is no "spice" service yet. --- src/spice-channel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spice-channel.c b/src/spice-channel.c index 1c96ded..1702dfa 100644 --- a/src/spice-channel.c +++ b/src/spice-channel.c @@ -1421,7 +1421,7 @@ static gboolean spice_channel_perform_auth_sasl(SpiceChannel *channel) spice_session_get_host(c->session), localAddr, remoteAddr); /* Setup a handle for being a client */ - err = sasl_client_new("spice", + err = sasl_client_new("qemu", spice_session_get_host(c->session), localAddr, remoteAddr, -- 2.5.0