From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55876) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sr2p2-0003IP-SK for qemu-devel@nongnu.org; Tue, 17 Jul 2012 04:08:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sr2ov-0005Od-DH for qemu-devel@nongnu.org; Tue, 17 Jul 2012 04:07:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50071) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sr2ov-0005ON-5A for qemu-devel@nongnu.org; Tue, 17 Jul 2012 04:07:49 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q6H87l7U020512 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 17 Jul 2012 04:07:47 -0400 Received: from miglaptop.brq.redhat.com (dhcp-1-191.brq.redhat.com [10.34.1.191]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q6H87knR002672 for ; Tue, 17 Jul 2012 04:07:47 -0400 Message-ID: <50051D52.1040504@redhat.com> Date: Tue, 17 Jul 2012 10:07:46 +0200 From: Michal Novotny MIME-Version: 1.0 References: <3d1ec0fd89b439e704cc1f6d2e7b841a64cecb47.1342436496.git.minovotn@redhat.com> In-Reply-To: <3d1ec0fd89b439e704cc1f6d2e7b841a64cecb47.1342436496.git.minovotn@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] qemu-options.hx: Fix set_password and expire_password description List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Sorry for spamming that much however I was confused why e-mail are coming fine from Pavel Hrdina but not for me. That was the reason I asked Pavel to send it for me as I didn't know my messages have to be approved first because I have no recent activity on the list. Sorry once again! Michal On 07/16/2012 01:05 PM, Michal Novotny wrote: > The description for set_password and expire_password commands is > incomplete. This patch fixes the man page that is being generated > to match the real behaviour of these functions. > > Signed-off-by: Michal Novotny > --- > qemu-options.hx | 17 +++++++++++++++-- > 1 file changed, 15 insertions(+), 2 deletions(-) > > diff --git a/qemu-options.hx b/qemu-options.hx > index ecf7ca1..679e3ca 100644 > --- a/qemu-options.hx > +++ b/qemu-options.hx > @@ -1030,8 +1030,21 @@ is a TCP port number, not a display number. > @item password > > Require that password based authentication is used for client connections. > -The password must be set separately using the @code{change} command in the > -@ref{pcsys_monitor} > + > +The password must be set separately using the @code{set_password} command in > +the @ref{pcsys_monitor}. The syntax to change your password is: > +@code{set_password } where could be either > +"vnc" or "spice". > + > +If you would like to change password expiration, you should use > +@code{expire_password } where expiration time could > +be one of the following options: now, never, +seconds or UNIX time of > +expiration, e.g. +60 to make password expire in 60 seconds, or 1335196800 > +to make password expire on "Mon Apr 23 12:00:00 EDT 2012" (UNIX time for this > +date and time). > + > +You can also use keywords "now" or "never" for the expiration time to > +allow password to expire immediately or never expire. > > @item tls > -- Michal Novotny , RHCE, Red Hat Virtualization | libvirt-php bindings | php-virt-control.org