[Spice-devel] remote-viewer spice auth

Dietmar Maurer dietmar at proxmox.com
Sat Oct 19 09:06:08 CEST 2013


Current remote viewer only ask for a password when connecting to a spice session
which requires auth:

from virt-viewer-session-spice.c:

    case SPICE_CHANNEL_ERROR_AUTH:
        DEBUG_LOG("main channel: auth failure (wrong password?)");
        int ret = virt_viewer_auth_collect_credentials(self->priv->main_window,
                                                       "SPICE",
                                                       NULL,
                                                       NULL, &password);

I want to make it possible to do authentication using username and password.

Would you accept a patch for that, or do you think above code is all we need?

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/spice-devel/attachments/20131019/c430b5a6/attachment.html>


More information about the Spice-devel mailing list