From: Pino Toscano Date: Mon, 17 Aug 2020 07:55:26 +0000 (+0200) Subject: docs: improve auth service listing X-Git-Tag: v6.7.0-rc1~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbce7a12b7200386b91724178412af4186cc9ecf;p=thirdparty%2Flibvirt.git docs: improve auth service listing 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 Reviewed-by: Andrea Bolognani --- 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=defgrp

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

-
    -
  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
  • +

    Applications using libvirt are free to use this same configuration