diff mbox series

[4/4] sasl: remove comment about obsolete kerberos versions

Message ID 20210514173110.1397741-5-berrange@redhat.com
State New
Headers show
Series docs: add user facing docs for secret passing and authorization controls | expand

Commit Message

Daniel P. Berrangé May 14, 2021, 5:31 p.m. UTC
This is not relevant to any OS distro that QEMU currently targets.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
 qemu.sasl | 4 ----
 1 file changed, 4 deletions(-)
diff mbox series

Patch

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.