From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44472) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YO00Q-0007g8-3J for qemu-devel@nongnu.org; Wed, 18 Feb 2015 03:29:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YO00L-0000sT-1s for qemu-devel@nongnu.org; Wed, 18 Feb 2015 03:29:14 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38845) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YO00K-0000sD-R2 for qemu-devel@nongnu.org; Wed, 18 Feb 2015 03:29:08 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t1I8T7gV018726 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 18 Feb 2015 03:29:07 -0500 Message-ID: <1424248144.6014.50.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Wed, 18 Feb 2015 09:29:04 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] SPICE/VNC: Allow ticketing on the fly List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michal Privoznik Cc: qemu-devel@nongnu.org, armbru@redhat.com On Di, 2015-02-17 at 17:40 +0100, Michal Privoznik wrote: > Currently, if the ticketing (password) is not set at the command > line, there's no way how to set it afterwards. Or vice versa - > disable previously set password. I think it's worth allowing > users to do that. The use case may be a teacher, who wants to > share a graphical session with students, but has to set up the > environment firstly. So he starts with a password, and then > remove it and let students in. No. Changing auth scheme as side effect of setting the password is not going to happen. It's calling for trouble security-wise. If anything, then we might add an explicit set-authscheme, although I suspect for your use case it would be more useful to somehow enforce view-only access for the students. cheers, Gerd