From nobody Thu May 2 16:27:17 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of redhat.com designates 207.211.31.81 as permitted sender) client-ip=207.211.31.81; envelope-from=libvir-list-bounces@redhat.com; helo=us-smtp-delivery-1.mimecast.com; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 207.211.31.81 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1597650950; cv=none; d=zohomail.com; s=zohoarc; b=Z73jfRtVivDbjGtVmfuvwOm51hViaW3J5DD+FD+ftcDa/iAg/L4hwe8pjUjootdCpx92OecGtXlCYAuuyfOUvd9H6ocV5qAheLQhdpEcDMgUZ6OlD31Yf7iT38ehTsJdwfwZxPDYQo5u3y+fj8FbE3r1m0EX8T67CIB7Z3vgpZc= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1597650950; h=Content-Type:Content-Transfer-Encoding:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To; bh=WI6kjbxIz9/njVBPKl4lyO0JOftYrEkvQnK8xDxgyTE=; b=m9UUYtmEY9BuLWGsAhGFgj9TUx3vgxIaz5vDlX7OzWgqgK4BYJL8sSO8l9zs19IQONH/+Z4dWmt7WtOEJtadLsDZQ+be6f3Ay7oSAyqY5FSCnu01ANQEYiFL0UjRyaQqj0gIQB4fBFG9fYlz8JYUQAx5V1U4sUidGF6ciH2bEHY= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 207.211.31.81 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.81]) by mx.zohomail.com with SMTPS id 1597650950325528.862108595371; Mon, 17 Aug 2020 00:55:50 -0700 (PDT) Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-255-JDZogJsFP3uZ3J-7sU45fQ-1; Mon, 17 Aug 2020 03:55:46 -0400 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 4B3E91009460; Mon, 17 Aug 2020 07:55:40 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 97BFA54596; Mon, 17 Aug 2020 07:55:38 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id A1A424EE20; Mon, 17 Aug 2020 07:55:33 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id 07H7tWJh010372 for ; Mon, 17 Aug 2020 03:55:32 -0400 Received: by smtp.corp.redhat.com (Postfix) id 1CD7354596; Mon, 17 Aug 2020 07:55:32 +0000 (UTC) Received: from lindworm.usersys.redhat.com (unknown [10.40.192.62]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 8CF5C784A1 for ; Mon, 17 Aug 2020 07:55:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1597650948; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=WI6kjbxIz9/njVBPKl4lyO0JOftYrEkvQnK8xDxgyTE=; b=Tdc6QvxhZFVu4fCqu+zmwDIDMbR3XfWcpyBG5BU0PhwBxVMok3JXVZTQ+o59dWoIEv+/RV ET/haMtBtvEtjy4CUczt1jKfKMatpx61CFlZxXhbNvRnnVmKeaUf9R3FsewFxiNUYT3lBO OfIHZ2jYcxgUAh6qh3EotCVzefWE2A8= X-MC-Unique: JDZogJsFP3uZ3J-7sU45fQ-1 From: Pino Toscano To: libvir-list@redhat.com Subject: [libvirt PATCH] docs: improve auth service listing Date: Mon, 17 Aug 2020 09:55:26 +0200 Message-Id: <20200817075526.3370982-1-ptoscano@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-loop: libvir-list@redhat.com X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=libvir-list-bounces@redhat.com X-Mimecast-Spam-Score: 0.0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: pass (identity @redhat.com) Content-Type: text/plain; charset="utf-8" Slightly improve the list of known authentication service types: - reword 'ssh' to mention it is used for the ssh driver (for remote QEMU), and stop mentioning the removed Phyp driver - add 'hyperv', used by the HyperV driver - alphabetically sort the list - use a bulletted list instead of a numbered one Signed-off-by: Pino Toscano --- docs/auth.html.in | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/docs/auth.html.in b/docs/auth.html.in index 6f8805b6f5..9964313776 100644 --- a/docs/auth.html.in +++ b/docs/auth.html.in @@ -122,17 +122,19 @@ credentials=3Ddefgrp =20 =20

- The following service types are known to libvirt + The following service types are known to libvirt:

=20 -
    -
  1. libvirt - used for connections to a libvirtd - server, which is configured with SASL auth
  2. -
  3. ssh - used for connections to a Phyp server - over SSH, but the Phyp driver has been removed
  4. +
    • esx - used for connections to an ESX or VirtualCenter server
    • -
+
  • hyperv - used for connections to an HyperV + server
  • +
  • libvirt - used for connections to a libvirtd + server, which is configured with SASL auth
  • +
  • ssh - used for connections to a remote QEMU driver + over SSH
  • + =20

    Applications using libvirt are free to use this same configuration --=20 2.26.2