summaryrefslogtreecommitdiffstats
path: root/qemu.sasl
diff options
context:
space:
mode:
authorDaniel P. Berrangé2021-03-04 19:15:20 +0100
committerDaniel P. Berrangé2021-06-14 14:28:50 +0200
commit213de8a2fb12f6962ded0240c900f728a72f8217 (patch)
treea52b948eba6ff5fd1b0356811d5ba5ce9360d9e3 /qemu.sasl
parentdocs: recommend SCRAM-SHA-256 SASL mech instead of SHA-1 variant (diff)
downloadqemu-213de8a2fb12f6962ded0240c900f728a72f8217.tar.gz
qemu-213de8a2fb12f6962ded0240c900f728a72f8217.tar.xz
qemu-213de8a2fb12f6962ded0240c900f728a72f8217.zip
sasl: remove comment about obsolete kerberos versions
This is not relevant to any OS distro that QEMU currently targets. Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'qemu.sasl')
-rw-r--r--qemu.sasl4
1 files changed, 0 insertions, 4 deletions
diff --git a/qemu.sasl b/qemu.sasl
index abdfc686be..851acc7e8f 100644
--- a/qemu.sasl
+++ b/qemu.sasl
@@ -29,10 +29,6 @@ mech_list: gssapi
# client.
#mech_list: scram-sha-256 gssapi
-# Some older builds of MIT kerberos on Linux ignore this option &
-# instead need KRB5_KTNAME env var.
-# For modern Linux, and other OS, this should be sufficient
-#
# This file needs to be populated with the service principal that
# was created on the Kerberos v5 server. If switching to a non-gssapi
# mechanism this can be commented out.