From patchwork Fri Jul 19 09:11:11 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tokarev X-Patchwork-Id: 260216 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id C2D012C0091 for ; Fri, 19 Jul 2013 19:11:54 +1000 (EST) Received: from localhost ([::1]:58926 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V06j7-0005Ww-9D for incoming@patchwork.ozlabs.org; Fri, 19 Jul 2013 05:11:49 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53710) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V06im-0005We-Vt for qemu-devel@nongnu.org; Fri, 19 Jul 2013 05:11:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V06il-00026U-Cb for qemu-devel@nongnu.org; Fri, 19 Jul 2013 05:11:28 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:41477) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V06il-000240-52; Fri, 19 Jul 2013 05:11:27 -0400 Received: from gandalf.tls.msk.ru (mjt.vpn.tls.msk.ru [192.168.177.99]) by isrv.corpit.ru (Postfix) with ESMTP id 1D2C241D86; Fri, 19 Jul 2013 13:11:18 +0400 (MSK) Received: by gandalf.tls.msk.ru (Postfix, from userid 1000) id 878C01D8; Fri, 19 Jul 2013 13:11:16 +0400 (MSK) From: Michael Tokarev To: Anthony Liguori Date: Fri, 19 Jul 2013 13:11:11 +0400 Message-Id: <1374225073-12959-4-git-send-email-mjt@msgid.tls.msk.ru> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1374225073-12959-1-git-send-email-mjt@msgid.tls.msk.ru> References: <1374225073-12959-1-git-send-email-mjt@msgid.tls.msk.ru> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 86.62.121.231 Cc: qemu-trivial@nongnu.org, Michael Tokarev , qemu-devel@nongnu.org, Cole Robinson Subject: [Qemu-devel] [PULL trivial 3/5] Fix command example in qemu.sasl X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: Cole Robinson sasldblistusers2 doesn't have a '-a' option Signed-off-by: Cole Robinson Signed-off-by: Michael Tokarev --- qemu.sasl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu.sasl b/qemu.sasl index cf19cf8..9dc8323 100644 --- a/qemu.sasl +++ b/qemu.sasl @@ -26,7 +26,7 @@ keytab: /etc/qemu/krb5.tab # If using digest-md5 for username/passwds, then this is the file # containing the passwds. Use 'saslpasswd2 -a qemu [username]' -# to add entries, and 'sasldblistusers2 -a qemu' to browse it +# to add entries, and 'sasldblistusers2 -f [sasldb_path]' to browse it sasldb_path: /etc/qemu/passwd.db